This commit is contained in:
lxk0301
2020-11-20 13:43:42 +08:00
parent 8903b656bf
commit 860ef79b36
3 changed files with 3 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
* @Author: lxk0301 https://github.com/lxk0301
* @Date: 2020-11-10 14:10:27
* @Last Modified by: lxk0301
* @Last Modified time: 2020-11-19 14:11:01
* @Last Modified time: 2020-11-20 14:11:01
*/
/*
京东金融-天天提鹅
@@ -14,7 +14,6 @@ const $ = new Env('天天提鹅');
let cookiesArr = [], cookie = '';
const JD_API_HOST = 'https://ms.jr.jd.com/gw/generic/uc/h5/m';
const notify = $.isNode() ? require('./sendNotify') : '';
let jdNotify = false;//是否开启推送互助码
//Node.js用户请在jdCookie.js处填写京东ck;
const jdCookieNode = $.isNode() ? require('./jdCookie.js') : '';
if ($.isNode()) {
@@ -49,11 +48,6 @@ if ($.isNode()) {
}
continue
}
message = '';
subTitle = '';
goodsUrl = '';
taskInfoKey = [];
option = {};
await jdDailyEgg();
}
}

View File

@@ -1,6 +1,6 @@
/*
宠汪汪积分兑换奖品脚本, 目前脚本只兑换京豆,兑换京豆成功,才会发出通知提示,其他情况不通知。
更新时间2020-11-18
更新时间2020-11-20
兑换规则:一个账号一天只能兑换一次京豆。
兑换奖品成功后才会有系统弹窗通知
每日京豆库存会在0:00、8:00、16:00更新经测试发现中午12:00也会有补发京豆。
@@ -57,8 +57,6 @@ const JD_API_HOST = 'https://jdjoy.jd.com';
}
continue
}
message = '';
subTitle = '';
await joyReward();
// $.msg($.name, '兑换脚本暂不能使用', `请停止使用,等待后期更新\n如果新版本兑换您有兑换机会请抓包兑换\n再把抓包数据发送telegram用户@lxk0301`);
}

View File

@@ -2,7 +2,7 @@
* @Author: lxk0301 https://github.com/lxk0301
* @Date: 2020-11-10 14:07:07
* @Last Modified by: lxk0301
* @Last Modified time: 2020-11-19 14:10:19
* @Last Modified time: 2020-11-20 14:10:19
*/
/*
京东金融养猪猪
@@ -52,11 +52,6 @@ if ($.isNode()) {
}
continue
}
message = '';
subTitle = '';
goodsUrl = '';
taskInfoKey = [];
option = {};
await jdPigPet();
}
}