xxl-job / xxl-job-executor-go

xxl-job 执行器(golang 客户端)
MIT License
431 stars 105 forks source link

回调时传参错误 #10

Closed oRookie closed 3 years ago

oRookie commented 3 years ago

目前传参为 [{"logId":38,"logDateTim":1619504225663,"executeResult":{"code":200,"msg":"done"}}]

而xxl-job中接受参数的结构体是 private long logId; private long logDateTim; private int handleCode; private String handleMsg;

[{"logId":38,"logDateTim":1619504225663,"handleCode":200,"handleMsg":"done"}]

oRookie commented 3 years ago

版本问题