()
| 86 | }) |
| 87 | } |
| 88 | async function helpFriends() { |
| 89 | for (let code of $.newShareCodes) { |
| 90 | if (!code) continue |
| 91 | const helpRes = await jdsplit_collectScore(code,6,null); |
| 92 | if (helpRes.code === 0 && helpRes.data.bizCode === -7) { |
| 93 | console.log(`助力机会已耗尽,跳出`); |
| 94 | break |
| 95 | } |
| 96 | } |
| 97 | } |
| 98 | async function doTask() { |
| 99 | for (let item of $.taskVos) { |
| 100 | if (item.taskType === 8) { |
no test coverage detected