Merge pull request #2591 from lzwcyd/master

doc: update callback body
This commit is contained in:
许雪里 2022-05-21 15:21:21 +08:00 committed by GitHub
commit cc79b67cd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

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