任务暂停
请求URL:
POST/vcs_api/openapi/pause.php
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
access | 是 | string | 公司账号 |
token | 是 | string | 分配的唯一调用秘钥 |
task_id | 是 | string | 任务ID |
请求示例:
Accept: application/json
Content-Type: application/josn;charset=utf-8
{
"access": "xxx",
"token": "xxx",
"task_id":"1"
}
返回示例:
正确时返回:
{
"code": "0",
"info": "请求完成"
}
错误时返回:
{
"code": "1",
"info": "公司账号错误"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
code | string | 返回码,0为正常,非0为请求失败 |
info | string | 接口请求中文说明 |
备注:
- 更多返回错误代码请看首页的错误代码描述