This commit is contained in:
Faker
2022-07-19 10:28:39 +08:00
parent 1eac68c9e1
commit aae7cfc99d
16 changed files with 1869 additions and 405 deletions

View File

@@ -1,6 +1,6 @@
/*
7 7 7 7 7 m_jd_follow_shop.js
*/
1 1 1 1 1 1 m_jd_follow_shop.js
*/
let mode = __dirname.includes('magic')
const {Env} = mode ? require('./magic') : require('./magic')
const $ = new Env('M关注有礼');
@@ -59,7 +59,7 @@ $.after = async function () {
$.msg.push($.activityUrl);
}
}
$.run({whitelist: ['1-5'], wait: [1000, 3000]}).catch(reason => $.log(reason))
$.run({whitelist: ['1-99'], wait: [1000, 3000]}).catch(reason => $.log(reason))
async function drawShopGift() {
$.log('店铺信息', $.shopId, $.venderId, $.activityId)
@@ -122,4 +122,3 @@ async function getShopHomeActivityInfo() {
let {status, data} = await $.request(url, headers, newVar.sign);
return data;
}