diff --git a/README.md b/README.md index 90ef8702..af6b411f 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ |36|[jd_mohe.js](https://gitee.com/lxk0301/jd_scripts/raw/master/jd_mohe.js)|5G超级盲盒|[活动地址](https://isp5g.m.jd.com)| |37|[jd_moneyTree.js](https://gitee.com/lxk0301/jd_scripts/raw/master/jd_moneyTree.js)|京东摇钱树|京东APP我的-更多工具-摇钱树| |38|[jd_ms.js](https://gitee.com/lxk0301/jd_scripts/raw/master/jd_ms.js)|京东秒秒币|京东app-京东秒杀-签到领红包| -|39|[jd_necklace.js](https://gitee.com/lxk0301/jd_scripts/raw/master/jd_necklace.js)|点点券|京东APP-领券中心/券后9.9-领点点券| +|39|[jd_necklace.js](https://gitee.com/lxk0301/jd_scripts/raw/master/jd_necklace.js)|点点券|京东APP-领券中心/券后9.9-领点点券 [活动地址](https://h5.m.jd.com/babelDiy/Zeus/41Lkp7DumXYCFmPYtU3LTcnTTXTX/index.html)| |40|[jd_nzmh.js](https://gitee.com/lxk0301/jd_scripts/raw/master/jd_nzmh.js)|女装盲盒抽京豆|京东app-女装馆-赢京豆| |41|[jd_pet.js](https://gitee.com/lxk0301/jd_scripts/raw/master/jd_pet.js)|东东萌宠|京东APP我的-更多工具-东东萌宠| |42|[jd_pigPet.js](https://gitee.com/lxk0301/jd_scripts/raw/master/jd_pigPet.js)|金融养猪|京东金融养猪猪| diff --git a/jd_live_redrain.js b/jd_live_redrain.js index b5fdd63a..d4f50b6f 100644 --- a/jd_live_redrain.js +++ b/jd_live_redrain.js @@ -1,6 +1,7 @@ /* 超级直播间红包雨 -下一场直播时间:04月02日 20:00 +下一场直播时间:04月01日 16:00 https://h5.m.jd.com/dev/3pbY8ZuCx4ML99uttZKLHC2QcAMn/live.html?id=3810378 +下一场直播时间:04月02日 20:00 https://h5.m.jd.com/dev/3pbY8ZuCx4ML99uttZKLHC2QcAMn/live.html?id=3804885 脚本兼容: Quantumult X, Surge, Loon, JSBox, Node.js ==============Quantumult X============== [task_local] @@ -20,8 +21,12 @@ cron "0,30,31 20-23/1 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/ra const $ = new Env('超级直播间红包雨'); let allMessage = ''; let bodyList = { + "1": { + "url": "https://api.m.jd.com/client.action?functionId=liveActivityV946&uuid=8888888&client=apple&clientVersion=9.4.1&st=1617173270021&sign=dbab3d99be06b010a7b296dea77487f5&sv=110", + "body": "body=%7B%22liveId%22%3A%223810378%22%7D" + }, "2": { - "url": "https://api.m.jd.com/client.action?functionId=liveActivityV946&uuid=8888888&client=apple&clientVersion=9.4.1&st=1617170756022&sign=d88f8ddcec714e9ed5636e75c73b6fd9&sv=112", + "url": "https://api.m.jd.com/client.action?functionId=liveActivityV946&uuid=8888888&client=apple&clientVersion=9.4.1&st=1617173266040&sign=8161dae063680508aa93aef0cf5473a0&sv=112", "body": "body=%7B%22liveId%22%3A%223804885%22%7D" } } @@ -49,6 +54,8 @@ const JD_API_HOST = 'https://api.m.jd.com/api'; $.msg($.name, '【提示】请先获取京东账号一cookie\n直接使用NobyDa的京东签到获取', 'https://bean.m.jd.com/', {"open-url": "https://bean.m.jd.com/"}); return; } + console.log('下一场直播时间:04月01日 16:00 https://h5.m.jd.com/dev/3pbY8ZuCx4ML99uttZKLHC2QcAMn/live.html?id=3810378\n' + + '下一场直播时间:04月02日 20:00 https://h5.m.jd.com/dev/3pbY8ZuCx4ML99uttZKLHC2QcAMn/live.html?id=3804885') await getRedRain(); let nowTs = new Date().getTime() diff --git a/jd_necklace.js b/jd_necklace.js index 06ae86c2..a5a9f342 100644 --- a/jd_necklace.js +++ b/jd_necklace.js @@ -6,9 +6,7 @@ */ /* 点点券,可以兑换无门槛红包(1元,5元,10元,100元,部分红包需抢购) -活动入口:京东APP-领券中心/券后9.9-领点点券 -地址:https://h5.m.jd.com/babelDiy/Zeus/41Lkp7DumXYCFmPYtU3LTcnTTXTX/index.html -已支持IOS双京东账号,Node.js支持N个京东账号 +活动入口:京东APP-领券中心/券后9.9-领点点券 [活动地址](https://h5.m.jd.com/babelDiy/Zeus/41Lkp7DumXYCFmPYtU3LTcnTTXTX/index.html) 脚本兼容: QuantumultX, Surge, Loon, JSBox, Node.js ===============Quantumultx=============== [task_local]