@@ -99,3 +99,27 @@ http-response ^https:\/\/jdjoy\.jd\.com\/pet\/getPetTreasureBox|^https:\/\/draw\
|
|||||||
|
|
||||||
# 小米运动获取Token
|
# 小米运动获取Token
|
||||||
http-response ^https:\/\/account\.huami\.com\/v2\/client\/login script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/backUp/xmSports.js, requires-body=true, timeout=10, tag=小米运动获取Token
|
http-response ^https:\/\/account\.huami\.com\/v2\/client\/login script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/backUp/xmSports.js, requires-body=true, timeout=10, tag=小米运动获取Token
|
||||||
|
|
||||||
|
# 直播红包雨
|
||||||
|
cron "0 0,9,11,13,15,17,19,20,21,23 * * *" script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_live_redrain.js, tag=直播红包雨
|
||||||
|
|
||||||
|
# 苹果抽奖机
|
||||||
|
cron "10 0 * * *" script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_apple_live.js,tag=苹果抽奖机
|
||||||
|
|
||||||
|
# 京东代属
|
||||||
|
cron "10 7 * * *" script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_ds.js, tag=京东代属
|
||||||
|
|
||||||
|
# 京东快递
|
||||||
|
cron "10 0 * * *" script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_kd.js, tag=京东快递签到
|
||||||
|
|
||||||
|
# 京东汽车
|
||||||
|
cron "10 7 * * *" script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_car.js, tag=京东汽车
|
||||||
|
|
||||||
|
# 领京豆额外奖励
|
||||||
|
cron "10 7 * * *" script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_bean_home.js, tag=领京豆额外奖励
|
||||||
|
|
||||||
|
# 京东秒杀红包雨
|
||||||
|
cron "10 7 * * *" script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_ms_redrain.js, tag=秒杀红包雨
|
||||||
|
|
||||||
|
# 金榜年终奖
|
||||||
|
cron "10 0 * * *" script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_split.js,tag=年终奖
|
||||||
|
@@ -103,8 +103,8 @@ function getRedRain() {
|
|||||||
if (safeGet(data)) {
|
if (safeGet(data)) {
|
||||||
data = JSON.parse(data);
|
data = JSON.parse(data);
|
||||||
if (data.data.iconArea) {
|
if (data.data.iconArea) {
|
||||||
let act = data.data.iconArea[0]
|
let act = data.data.iconArea.filter(vo=>vo['type']==="platform_red_packege_rain")[0]
|
||||||
let url = data.data.iconArea[0].data.activityUrl
|
let url = act.data.activityUrl
|
||||||
$.activityId = url.substr(url.indexOf("id=") + 3)
|
$.activityId = url.substr(url.indexOf("id=") + 3)
|
||||||
$.startTime = act.startTime
|
$.startTime = act.startTime
|
||||||
$.endTime = act.endTime
|
$.endTime = act.endTime
|
||||||
|
Reference in New Issue
Block a user