更新 jd_get_share_code.js 顶部说明

This commit is contained in:
lxk0301
2021-01-08 09:13:37 +08:00
parent bfa6a87d40
commit 2581bb90e8
2 changed files with 27 additions and 1 deletions

View File

@ -1,7 +1,11 @@
/*
京东汽车兑换500赛点兑换500京豆
长期活动
活动入口:首页👉京东汽车兑换👉屏幕右中部,车主福利
活动入口
京东APP首页👉京东汽车兑换👉屏幕右中部车主福利
活动网页地址https://h5.m.jd.com/babelDiy/Zeus/44bjzCpzH9GpspWeBzYSqBA7jEtP/index.html#/journey
更新地址https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_car_exchange
已支持IOS双京东账号, Node.js支持N个京东账号
脚本兼容: QuantumultX, Surge, Loon, 小火箭JSBox, Node.js

View File

@ -1,3 +1,25 @@
/*
一键获取我仓库所以脚本的互助码(邀请码)(其中京东赚赚jd_jdzz.js如果今天达到5人助力则不能提取互助码)
没必要设置(cron)定时执行,需要的时候,自己手动执行一次即可
更新地址https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_get_share_code.js
已支持IOS双京东账号, Node.js支持N个京东账号
脚本兼容: QuantumultX, Surge, Loon, 小火箭JSBox, Node.js
============Quantumultx===============
[task_local]
#获取互助码
20 13 * * 6 https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_get_share_code.js, tag=获取互助码, enabled=true
================Loon==============
[Script]
cron "20 13 * * 6" script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_get_share_code.js, tag=获取互助码
===============Surge=================
获取互助码 = type=cron,cronexp="20 13 * * 6",wake-system=1,timeout=120,script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_get_share_code.js
============小火箭=========
获取互助码 = type=cron,script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_get_share_code.js, cronexpr="20 13 * * 6", timeout=200, enable=true
*/
const $ = new Env("获取互助码");
const JD_API_HOST = "https://api.m.jd.com/client.action";
let cookiesArr = [], cookie = '', message;