mirror of
https://github.com/6dylan6/jdpro.git
synced 2026-05-01 09:36:41 +08:00
1
This commit is contained in:
+2
-2
@@ -221,10 +221,10 @@ function beanDoTask(body, taskType) {
|
||||
}
|
||||
}
|
||||
if (body.actionType === 0) {
|
||||
if (data.code === "0" && data.data.bizCode === "0") {
|
||||
if (data.code === "0" && data.data?.bizCode === "0") {
|
||||
console.log(data.data.bizMsg)
|
||||
} else {
|
||||
console.log(`完成任务失败:${data}`)
|
||||
console.log(`完成任务失败:${JSON.stringify(data)}`)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user