()
| 244 | }) |
| 245 | } |
| 246 | async function helpFriends() { |
| 247 | for (let code of $.newShareCodes) { |
| 248 | if (!code) continue |
| 249 | const helpRes = await jdfactory_collectScore(code); |
| 250 | if (helpRes.code === 0 && helpRes.data.bizCode === -7) { |
| 251 | console.log(`助力机会已耗尽,跳出`); |
| 252 | break |
| 253 | } |
| 254 | } |
| 255 | } |
| 256 | async function doTask() { |
| 257 | if ($.taskVos && $.taskVos.length > 0) { |
| 258 | for (let item of $.taskVos) { |
no test coverage detected