Browse Source

Merge pull request #2591 from lzwcyd/master

doc: update callback body
许雪里 2 years ago
parent
commit
cc79b67cd9
1 changed files with 2 additions and 3 deletions
  1. 2 3
      doc/XXL-JOB官方文档.md

+ 2 - 3
doc/XXL-JOB官方文档.md

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