doc: update callback body

This commit is contained in:
lzwcyd 2021-09-08 19:24:37 +08:00
parent 9fe7aaa12e
commit 4427908c23
1 changed files with 2 additions and 3 deletions

View File

@ -1492,9 +1492,8 @@ Header
[{ [{
"logId":1, // 本次调度日志ID "logId":1, // 本次调度日志ID
"logDateTim":0, // 本次调度日志时间 "logDateTim":0, // 本次调度日志时间
"executeResult":{ "handleCode":200, // 200 表示任务执行正常500表示失败
"code": 200, // 200 表示任务执行正常500表示失败 "handleMsg": null
"msg": null
} }
}] }]