This commit is contained in:
Faker 2022-07-13 10:45:50 +08:00
parent 54002b57d8
commit 799ac6b5cd
6 changed files with 2017 additions and 2162 deletions

BIN
.DS_Store vendored

Binary file not shown.

3717
jd_cfd.js

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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/" },
]

View File

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

File diff suppressed because one or more lines are too long