Compare commits

...

4 Commits

Author SHA1 Message Date
KingRan e28f783e72 更新 2022-03-17 20:33:32 +08:00
KingRan 7d17410e95 部分还是火爆 2022-03-17 19:57:49 +08:00
KingRan aea07d57fc 更新 2022-03-17 19:53:51 +08:00
KingRan 139cee9b38 更新 2022-03-17 19:24:46 +08:00
4 changed files with 7 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -25,8 +25,8 @@ let message = '', allMessage = '';
//IOS等用户直接用NobyDa的jd cookie //IOS等用户直接用NobyDa的jd cookie
let cookiesArr = [], cookie = ''; let cookiesArr = [], cookie = '';
const JD_API_HOST = 'https://api.m.jd.com/client.action'; const JD_API_HOST = 'https://api.m.jd.com/client.action';
let appIdArr = ['1FFVQyqw','1EFRQwA','1EFRWxKuG', '1E1xZy6s']; let appIdArr = ['1EFZWxKqP','1FFVQyqw','1EFRQwA','1EFRWxKuG', '1E1xZy6s'];
let appNameArr = ['1111点心动','疯狂砸金蛋','许愿抽好礼', 'PLUS生活特权']; let appNameArr = ['新品来袭','1111点心动','疯狂砸金蛋','许愿抽好礼', 'PLUS生活特权'];
let appId, appName; let appId, appName;
$.shareCode = []; $.shareCode = [];
if ($.isNode()) { if ($.isNode()) {

View File

@ -23,7 +23,7 @@ cron "10 0,9,12 * * *" script-path=jd_zjd.js, tag=赚京豆-瓜分京豆
赚京豆-瓜分京豆 = type=cron,script-path=jd_zjd.js, cronexpr="10 0,9,12 * * *", timeout=3600, enable=true 赚京豆-瓜分京豆 = type=cron,script-path=jd_zjd.js, cronexpr="10 0,9,12 * * *", timeout=3600, enable=true
*/ */
const $ = new Env('赚京豆-瓜分京豆'); const $ = new Env('赚京豆-瓜分京豆');
$.appId = 'dde2b'; $.appId = '8adfb';
CryptoScripts() CryptoScripts()
$.CryptoJS = $.isNode() ? require('crypto-js') : CryptoJS; $.CryptoJS = $.isNode() ? require('crypto-js') : CryptoJS;
const notify = $.isNode() ? require('./sendNotify') : ''; const notify = $.isNode() ? require('./sendNotify') : '';
@ -626,7 +626,7 @@ async function requestAlgo() {
'User-Agent': 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36 MicroMessenger/7.0.9.501 NetType/WIFI MiniProgramEnv/Windows WindowsWechat', 'User-Agent': 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36 MicroMessenger/7.0.9.501 NetType/WIFI MiniProgramEnv/Windows WindowsWechat',
}, },
'body':`{"version":"3.0","fp":${getRandomIDPro()},"appId":"dde2b","timestamp":${Date.now()},"platform":"applet","expandParams":""}`, 'body':`{"version":"3.0","fp":${getRandomIDPro()},"appId":"8adfb","timestamp":${Date.now()},"platform":"applet","expandParams":""}`,
}; };
return new Promise(async _0x53c7f3 => { return new Promise(async _0x53c7f3 => {