Update jd_fruit.js

This commit is contained in:
Shgdym 2023-01-25 21:30:39 +08:00 committed by GitHub
parent a89178af27
commit ba33463436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -296,7 +296,7 @@ async function getTreasureBoxAwardTask() {
function shareCodesFormat() {
return new Promise(async (resolve) => {
// console.log(`第${$.index}个京东账号的助力码:::${$.shareCodesArr[$.index - 1]}`)
console.log(`${$.index}个京东账号的助力码:::${$.shareCodesArr[$.index - 1]}`)
newShareCodes = [];
const readShareCodeRes = await readShareCode(jdFruitShareArr[$.index - 1]);
if (readShareCodeRes && readShareCodeRes.code === 200) {