mirror of https://github.com/KingRan/KR.git
parent
99b26d6bbd
commit
31658be98d
|
@ -1,5 +1,7 @@
|
|||
/*
|
||||
50 8 * * * jd_plusReward.js
|
||||
|
||||
作者:小小Aaron-lv
|
||||
*/
|
||||
const $ = new Env('逛PLUS抽京豆');
|
||||
const notify = $.isNode() ? require('./sendNotify') : '';
|
||||
|
|
|
@ -46,7 +46,7 @@ if ($.isNode()) {
|
|||
$.msg($.name, '【提示】请先获取京东账号一cookie\n直接使用NobyDa的京东签到获取', 'https://bean.m.jd.com/bean/signIndex.action', { "open-url": "https://bean.m.jd.com/bean/signIndex.action" });
|
||||
return;
|
||||
}
|
||||
console.log(`\n活动入口:京东金融APP->签到->天天拼图\n`);
|
||||
console.log(`\n【活动入口:京东金融APP->我的->游戏与互动->更多】\n【部分号没有此任务,会返回操作繁忙】`);
|
||||
for (let i = 0; i < cookiesArr.length; i++) {
|
||||
if (cookiesArr[i]) {
|
||||
cookie = cookiesArr[i];
|
Loading…
Reference in New Issue