From 0d3c8042d31c4e3414e01536f8dcc4bd5a6f01c2 Mon Sep 17 00:00:00 2001 From: lxk0301 <12345677@qq.com> Date: Sun, 6 Jun 2021 21:14:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=A0=E6=B1=AA=E6=B1=AA?= =?UTF-8?q?=E7=B3=BB=E5=88=97=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_joy.js | 2 +- jd_joy_feedPets.js | 2 +- jd_joy_reward.js | 2 +- jd_joy_steal.js | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/jd_joy.js b/jd_joy.js index 5ecd0a5a..b9d57760 100644 --- a/jd_joy.js +++ b/jd_joy.js @@ -2,7 +2,7 @@ jd宠汪汪 搬的https://github.com/uniqueque/QuantumultX/blob/4c1572d93d4d4f883f483f907120a75d925a693e/Script/jd_joy.js 脚本兼容: QuantumultX, Surge, Loon, JSBox, Node.js IOS用户支持京东双账号,NodeJs用户支持N个京东账号 -更新时间:2021-3-39 +更新时间:2021-6-6 活动入口:京东APP我的-更多工具-宠汪汪 建议先凌晨0点运行jd_joy.js脚本获取狗粮后,再运行此脚本(jd_joy_steal.js)可偷好友积分,6点运行可偷好友狗粮 feedCount:自定义 每次喂养数量; 等级只和喂养次数有关,与数量无关 diff --git a/jd_joy_feedPets.js b/jd_joy_feedPets.js index 910afc2f..895046bb 100644 --- a/jd_joy_feedPets.js +++ b/jd_joy_feedPets.js @@ -1,6 +1,6 @@ /* 宠汪汪喂食(如果喂食80g失败,降级一个档次喂食(40g),依次类推),三餐,建议一小时运行一次 -更新时间:2021-4-24 +更新时间:2021-6-6 活动入口:京东APP我的-更多工具-宠汪汪 支持京东多个账号 脚本兼容: QuantumultX, Surge, Loon, JSBox, Node.js diff --git a/jd_joy_reward.js b/jd_joy_reward.js index a0058b30..0de80cba 100644 --- a/jd_joy_reward.js +++ b/jd_joy_reward.js @@ -1,5 +1,5 @@ /* -Last Modified time: 2021-03-09 21:22:37 +Last Modified time: 2021-06-06 21:22:37 宠汪汪积分兑换奖品脚本, 目前脚本只兑换京豆,兑换京豆成功,才会发出通知提示,其他情况不通知。 活动入口:京东APP我的-更多工具-宠汪汪 兑换规则:一个账号一天只能兑换一次京豆。 diff --git a/jd_joy_steal.js b/jd_joy_steal.js index ae8fe21c..3ee7c512 100644 --- a/jd_joy_steal.js +++ b/jd_joy_steal.js @@ -1,5 +1,5 @@ /* -Last Modified time: 2021-2-19 10:22:37 +Last Modified time: 2021-6-6 10:22:37 活动入口:京东APP我的-更多工具-宠汪汪 最近经常出现给偷好友积分与狗粮失败的情况,故建议cron设置为多次 jd宠汪汪偷好友积分与狗粮,及给好友喂食 @@ -287,7 +287,7 @@ function getFriends(currentPage = '1') { return new Promise(resolve => { let opt = { url: `//draw.jdfcloud.com//common/pet/api/getFriends?itemsPerPage=20¤tPage=${currentPage * 1}&reqSource=weapp`, - // url: `//draw.jdfcloud.com/common/pet/getPetTaskConfig?reqSource=h5`, + // url: `//draw.jdfcloud.com/common/pet/getPetTaskConfig?reqSource=h5&invokeKey=Oex5GmEuqGep1WLC`, method: "GET", data: {}, credentials: "include", @@ -472,7 +472,7 @@ function getRandomFood(friendPin) { function getCoinChanges() { return new Promise(resolve => { let opt = { - url: `//jdjoy.jd.com/common/pet/getCoinChanges?changeDate=${Date.now()}&reqSource=h5`, + url: `//jdjoy.jd.com/common/pet/getCoinChanges?changeDate=${Date.now()}&reqSource=h5&invokeKey=Oex5GmEuqGep1WLC`, // url: "//draw.jdfcloud.com/common/pet/getPetTaskConfig?reqSource=h5", method: "GET", data: {}, @@ -597,7 +597,7 @@ function TotalBean() { } function taskUrl(functionId, friendPin) { let opt = { - url: `//jdjoy.jd.com/common/pet/${functionId}?friendPin=${encodeURI(friendPin)}&reqSource=h5`, + url: `//jdjoy.jd.com/common/pet/${functionId}?friendPin=${encodeURI(friendPin)}&reqSource=h5&invokeKey=Oex5GmEuqGep1WLC`, // url: `//draw.jdfcloud.com/common/pet/getPetTaskConfig?reqSource=h5`, method: "GET", data: {},