Browse Source

Merge branch 'master' of https://github.com/xuxueli/xxl-job

xuxueli 2 years ago
parent
commit
c668dfa9e0
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
         }
     }]