mirror of
https://github.com/shufflewzc/faker2.git
synced 2025-04-23 02:48:44 +08:00
Update jd_fruit_task.js
This commit is contained in:
parent
ba33463436
commit
ad1b084306
@ -1389,7 +1389,7 @@ function readShareCode(code) {
|
|||||||
}
|
}
|
||||||
function shareCodesFormat() {
|
function shareCodesFormat() {
|
||||||
return new Promise(async (resolve) => {
|
return new Promise(async (resolve) => {
|
||||||
// console.log(`第${$.index}个京东账号的助力码:::${$.shareCodesArr[$.index - 1]}`)
|
console.log(`第${$.index}个京东账号的助力码:::${$.shareCodesArr[$.index - 1]}`)
|
||||||
newShareCodes = [];
|
newShareCodes = [];
|
||||||
const readShareCodeRes = await readShareCode($.shareCodesArr[$.index - 1]);
|
const readShareCodeRes = await readShareCode($.shareCodesArr[$.index - 1]);
|
||||||
if (readShareCodeRes && readShareCodeRes.code === 200) {
|
if (readShareCodeRes && readShareCodeRes.code === 200) {
|
||||||
|
Loading…
Reference in New Issue
Block a user