Interface BatchResponse

interface BatchResponse {
    error: string;
    response: Response;
}

Properties

Properties

error: string

error 不为空表示请求出错。

response: Response

response 请求结果。