mirror of
https://github.com/shufflewzc/faker2.git
synced 2025-05-07 03:48:44 +08:00
Merge pull request #83 from shgdym/ma1n
This commit is contained in:
commit
e7e71f2ebd
@ -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) {
|
||||
|
@ -1389,7 +1389,7 @@ function readShareCode(code) {
|
||||
}
|
||||
function shareCodesFormat() {
|
||||
return new Promise(async (resolve) => {
|
||||
// console.log(`第${$.index}个京东账号的助力码:::${$.shareCodesArr[$.index - 1]}`)
|
||||
console.log(`第${$.index}个京东账号的助力码:::${$.shareCodesArr[$.index - 1]}`)
|
||||
newShareCodes = [];
|
||||
const readShareCodeRes = await readShareCode($.shareCodesArr[$.index - 1]);
|
||||
if (readShareCodeRes && readShareCodeRes.code === 200) {
|
||||
|
Loading…
Reference in New Issue
Block a user