Update jd_get_share_code.js

This commit is contained in:
Faker 2023-02-14 15:50:12 +08:00
parent 225e3041f3
commit 318a9ffb33

View File

@ -573,15 +573,15 @@ async function getShareCode() {
console.log(`======账号${$.index}开始======`) console.log(`======账号${$.index}开始======`)
try { try {
await getJDFruit() await getJDFruit()
await getJdPet() //await getJdPet()
await getPlantBean() await getPlantBean()
await getJdFactory() //await getJdFactory()
await getJxFactory() //await getJxFactory()
await getJdZZ() //await getJdZZ()
await getJoy() //await getJoy()
await getSgmh() await getSgmh()
//await getCFD() //await getCFD()
await getJdCash() //await getJdCash()
} catch (e) { } catch (e) {
console.log(e) console.log(e)
} }