KingRan 2022-02-15 14:16:20 +08:00
parent 9d426e3e15
commit 7384ea5b46
1 changed files with 0 additions and 2 deletions

View File

@ -87,7 +87,6 @@ async function main() {
"" ""
} }
let taskId = task_vos.task_id, taskType = task_vos.task_type; let taskId = task_vos.task_id, taskType = task_vos.task_type;
if(product_info_vos = ){
for (let t of product_info_vos) { for (let t of product_info_vos) {
if (t.status === '1') { if (t.status === '1') {
console.log(`开始任务:${task_vos.task_name}`) console.log(`开始任务:${task_vos.task_name}`)
@ -97,7 +96,6 @@ async function main() {
} }
} }
} }
}
function getShareCode(token) { function getShareCode(token) {
return new Promise(resolve => { return new Promise(resolve => {