mirror of
https://github.com/6dylan6/jdpro.git
synced 2026-04-24 13:33:17 +08:00
1
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -8,14 +8,14 @@
|
|||||||
============Quantumultx===============
|
============Quantumultx===============
|
||||||
[task_local]
|
[task_local]
|
||||||
#京东快递签到
|
#京东快递签到
|
||||||
23 3 * * * jd_kd.js, tag=京东快递签到, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_kd.png, enabled=true
|
23 4 * * * jd_kd.js, tag=京东快递签到, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_kd.png, enabled=true
|
||||||
================Loon==============
|
================Loon==============
|
||||||
[Script]
|
[Script]
|
||||||
cron "23 3 * * * " script-path=jd_kd.js, tag=京东快递签到
|
cron "23 4 * * * " script-path=jd_kd.js, tag=京东快递签到
|
||||||
===============Surge=================
|
===============Surge=================
|
||||||
京东快递签到 = type=cron,cronexp="23 3 * * * ",wake-system=1,timeout=3600,script-path=jd_kd.js
|
京东快递签到 = type=cron,cronexp="23 4 * * * ",wake-system=1,timeout=3600,script-path=jd_kd.js
|
||||||
============小火箭=========
|
============小火箭=========
|
||||||
京东快递签到 = type=cron,script-path=jd_kd.js, cronexpr="23 3 * * * ", timeout=3600, enable=true
|
京东快递签到 = type=cron,script-path=jd_kd.js, cronexpr="23 4 * * * ", timeout=3600, enable=true
|
||||||
*/
|
*/
|
||||||
const $ = new Env('京东快递签到');
|
const $ = new Env('京东快递签到');
|
||||||
|
|
||||||
@@ -48,7 +48,7 @@ const JD_API_HOST = 'https://api.m.jd.com/api';
|
|||||||
$.isLogin = true;
|
$.isLogin = true;
|
||||||
$.nickName = '';
|
$.nickName = '';
|
||||||
message = '';
|
message = '';
|
||||||
await TotalBean();
|
//await TotalBean();
|
||||||
console.log(`\n******开始【京东账号${$.index}】${$.nickName || $.UserName}*********\n`);
|
console.log(`\n******开始【京东账号${$.index}】${$.nickName || $.UserName}*********\n`);
|
||||||
if (!$.isLogin) {
|
if (!$.isLogin) {
|
||||||
$.msg($.name, `【提示】cookie已失效`, `京东账号${$.index} ${$.nickName || $.UserName}\n请重新登录获取\nhttps://bean.m.jd.com/bean/signIndex.action`, {"open-url": "https://bean.m.jd.com/bean/signIndex.action"});
|
$.msg($.name, `【提示】cookie已失效`, `京东账号${$.index} ${$.nickName || $.UserName}\n请重新登录获取\nhttps://bean.m.jd.com/bean/signIndex.action`, {"open-url": "https://bean.m.jd.com/bean/signIndex.action"});
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user