Skip to content
qiang.ou edited this page May 9, 2017 · 18 revisions

API返回值

格式 json
返回参数

参数名 类型 含义 备注
code int 状态码 0: 成功 非0: 失败
message string 状态描述信息
data object, null 附加信息

异步任务更新执行结果

URL地址 /api/v1/tasklog/update-status
请求方式 GET|POST
请求参数

参数名 类型 含义 备注
id string 任务id 从环境变量GOCRON_TASK_ID中获取,
status int 任务执行结果 2: 执行成功 1: 执行失败
result string 任务输出内容
Clone this wiki locally