update ios 订阅
This commit is contained in:
47
jd_price.js
47
jd_price.js
@ -1,19 +1,34 @@
|
||||
/**
|
||||
* 京东保价
|
||||
* 京东 api 只能查询60天的订单
|
||||
* 保价期限是以物流签收时间为准的,30天是最长保价期。
|
||||
* 所以订单下单时间以及发货、收货时间,也可能占用很多天,60天内的订单进行保价是正常的。
|
||||
* 没进行过保价的60天内的订单。查询一次,不符合保价的,不会再次申请保价。
|
||||
*
|
||||
* 支持云端cookie使用
|
||||
* 修改自:https://raw.githubusercontent.com/ZCY01/daily_scripts/main/jd/jd_priceProtect.js
|
||||
* 修改自:https://raw.githubusercontent.com/id77/QuantumultX/master/task/jdGuaranteedPrice.js
|
||||
*
|
||||
* 京东保价页面脚本:https://static.360buyimg.com/siteppStatic/script/priceskus-phone.js
|
||||
*
|
||||
*
|
||||
* > iOS同时支持使用 NobyDa 与 domplin 脚本的京东 cookie
|
||||
*
|
||||
/*
|
||||
京东保价
|
||||
京东 api 只能查询60天的订单
|
||||
保价期限是以物流签收时间为准的,30天是最长保价期。
|
||||
所以订单下单时间以及发货、收货时间,也可能占用很多天,60天内的订单进行保价是正常的。
|
||||
没进行过保价的60天内的订单。查询一次,不符合保价的,不会再次申请保价。
|
||||
支持云端cookie使用
|
||||
修改自:https://raw.githubusercontent.com/ZCY01/daily_scripts/main/jd/jd_priceProtect.js
|
||||
修改自:https://raw.githubusercontent.com/id77/QuantumultX/master/task/jdGuaranteedPrice.js
|
||||
|
||||
京东保价页面脚本:https://static.360buyimg.com/siteppStatic/script/priceskus-phone.js
|
||||
iOS同时支持使用 NobyDa 与 domplin 脚本的京东 cookie
|
||||
活动时间:2021-2-14至2021-3-3
|
||||
活动地址:https://prodev.m.jd.com/jdlite/active/31U4T6S4PbcK83HyLPioeCWrD63j/index.html
|
||||
活动入口:京东保价
|
||||
已支持IOS双京东账号,Node.js支持N个京东账号
|
||||
脚本兼容: QuantumultX, Surge, Loon, JSBox, Node.js
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#京东保价
|
||||
0 2 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_price.js, tag=京东保价, img-url=https://raw.githubusercontent.com/Orz-3/task/master/jd.png, enabled=true
|
||||
|
||||
================Loon==============
|
||||
[Script]
|
||||
cron "0 2 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_price.js,tag=京东保价
|
||||
|
||||
===============Surge=================
|
||||
京东保价 = type=cron,cronexp="0 2 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_price.js
|
||||
|
||||
============小火箭=========
|
||||
京东保价 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_price.js, cronexpr="0 2 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
|
||||
const $ = new Env('京东保价');
|
||||
|
Reference in New Issue
Block a user