mirror of
https://github.com/shufflewzc/faker2.git
synced 2025-04-17 16:55:29 +00:00
update
This commit is contained in:
parent
54002b57d8
commit
799ac6b5cd
444
jd_cfd_loop.js
444
jd_cfd_loop.js
File diff suppressed because one or more lines are too long
|
@ -30,7 +30,7 @@ let errorNum = 0
|
|||
let JD_API_HOST = 'https://sendbeans.jd.com'
|
||||
const turnTableId = [
|
||||
{ "name": "翻牌", "id": 1082, "shopid": 1000004123, "url": "https://sendbeans.jd.com/jump/index/" },
|
||||
//{ "name": "翻牌", "id": 1423, "shopid": 1000090929, "url": "https://sendbeans.jd.com/jump/index/" },
|
||||
{ "name": "翻牌", "id": 1440, "shopid": 1000005670, "url": "https://sendbeans.jd.com/jump/index/" },
|
||||
//{ "name": "翻牌", "id": 1419, "shopid": 1000007205, "url": "https://sendbeans.jd.com/jump/index/" },
|
||||
]
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* 上一作者说了每天最多300个商店,总上限为500个,jd_unsubscribe.js我已更新为批量取关版
|
||||
* 请提前取关至少250个商店确保京东试用脚本正常运行
|
||||
* @Address: https://github.com/X1a0He/jd_scripts_fixed/blob/main/jd_try_xh.js
|
||||
cron "4 1-22/8 * * *" jd_try.js, tag:京东试用
|
||||
cron "44 1-22/8 * * *" jd_try.js, tag:京东试用
|
||||
|
||||
*/
|
||||
const $ = new Env('京东试用')
|
||||
|
@ -120,7 +120,7 @@ let args_xh = {
|
|||
* 可设置环境变量:JD_TRY_APPLYINTERVAL
|
||||
* 默认为3000,也就是3秒
|
||||
* */
|
||||
applyInterval: process.env.JD_TRY_APPLYINTERVAL * 1 || 10000,
|
||||
applyInterval: process.env.JD_TRY_APPLYINTERVAL * 1 || 30000,
|
||||
/*
|
||||
* 商品数组的最大长度,通俗来说就是即将申请的商品队列长度
|
||||
* 例如设置为20,当第一次获取后获得12件,过滤后剩下5件,将会进行第二次获取,过滤后加上第一次剩余件数
|
||||
|
@ -184,7 +184,7 @@ let args_xh = {
|
|||
$.index = i + 1;
|
||||
$.isLogin = true;
|
||||
$.nickName = '';
|
||||
await totalBean();
|
||||
//await totalBean();
|
||||
console.log(`\n开始【京东账号${$.index}】${$.nickName || $.UserName}\n`);
|
||||
$.except = false;
|
||||
if(args_xh.except.includes($.UserName)){
|
||||
|
|
10
jx_one2shopping.js
Normal file
10
jx_one2shopping.js
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user