mirror of
https://github.com/6dylan6/jdpro.git
synced 2026-05-06 13:43:05 +08:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5db080ef94 | |||
| c007fbac16 | |||
| 9774bdc732 | |||
| f2f0010270 |
+2
-2
@@ -221,10 +221,10 @@ function beanDoTask(body, taskType) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (body.actionType === 0) {
|
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)
|
console.log(data.data.bizMsg)
|
||||||
} else {
|
} else {
|
||||||
console.log(`完成任务失败:${data}`)
|
console.log(`完成任务失败:${JSON.stringify(data)}`)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+3
-3
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user