mirror of https://github.com/KingRan/KR.git
Compare commits
4 Commits
18136e7ee1
...
e28f783e72
Author | SHA1 | Date |
---|---|---|
KingRan | e28f783e72 | |
KingRan | 7d17410e95 | |
KingRan | aea07d57fc | |
KingRan | 139cee9b38 |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -25,8 +25,8 @@ let message = '', allMessage = '';
|
|||
//IOS等用户直接用NobyDa的jd cookie
|
||||
let cookiesArr = [], cookie = '';
|
||||
const JD_API_HOST = 'https://api.m.jd.com/client.action';
|
||||
let appIdArr = ['1FFVQyqw','1EFRQwA','1EFRWxKuG', '1E1xZy6s'];
|
||||
let appNameArr = ['1111点心动','疯狂砸金蛋','许愿抽好礼', 'PLUS生活特权'];
|
||||
let appIdArr = ['1EFZWxKqP','1FFVQyqw','1EFRQwA','1EFRWxKuG', '1E1xZy6s'];
|
||||
let appNameArr = ['新品来袭','1111点心动','疯狂砸金蛋','许愿抽好礼', 'PLUS生活特权'];
|
||||
let appId, appName;
|
||||
$.shareCode = [];
|
||||
if ($.isNode()) {
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
const $ = new Env('赚京豆-瓜分京豆');
|
||||
$.appId = 'dde2b';
|
||||
$.appId = '8adfb';
|
||||
CryptoScripts()
|
||||
$.CryptoJS = $.isNode() ? require('crypto-js') : CryptoJS;
|
||||
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',
|
||||
},
|
||||
|
||||
'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 => {
|
||||
|
Loading…
Reference in New Issue