update
This commit is contained in:
@@ -5,11 +5,26 @@
|
||||
* @Last Modified time: 2020-11-20 14:11:01
|
||||
*/
|
||||
/*
|
||||
TODO
|
||||
京东金融-天天提鹅
|
||||
定时收鹅蛋,兑换金币
|
||||
先这样子吧
|
||||
已支持IOS双京东账号,Node.js支持N个京东账号
|
||||
脚本兼容: QuantumultX, Surge, Loon, JSBox, Node.js
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#天天提鹅
|
||||
10 * * * * https://raw.githubusercontent.com/LXK9301/jd_scripts/master/jd_daily_egg.js, tag=天天提鹅, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jdte.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "10 * * * *" script-path=https://raw.githubusercontent.com/LXK9301/jd_scripts/master/jd_daily_egg.js,tag=天天提鹅
|
||||
|
||||
===============Surge=================
|
||||
天天提鹅 = type=cron,cronexp="10 * * * *",wake-system=1,timeout=3600,script-path=https://raw.githubusercontent.com/LXK9301/jd_scripts/master/jd_daily_egg.js
|
||||
|
||||
============小火箭=========
|
||||
天天提鹅 = type=cron,script-path=https://raw.githubusercontent.com/LXK9301/jd_scripts/master/jd_daily_egg.js, cronexpr="10 * * * *", timeout=3600, enable=true
|
||||
*/
|
||||
//0 */3 * * *
|
||||
const $ = new Env('天天提鹅');
|
||||
let cookiesArr = [], cookie = '';
|
||||
const JD_API_HOST = 'https://ms.jr.jd.com/gw/generic/uc/h5/m';
|
||||
|
Reference in New Issue
Block a user