Merge pull request #83 from shgdym/ma1n

This commit is contained in:
Faker 2023-01-29 00:37:26 +08:00 committed by GitHub
commit e7e71f2ebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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) {

View File

@ -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) {