mirror of
https://github.com/shufflewzc/faker2.git
synced 2025-04-08 20:07:08 +00:00
update
This commit is contained in:
parent
8849336059
commit
674cc491e5
913
gua_opencard128.js
Normal file
913
gua_opencard128.js
Normal file
File diff suppressed because one or more lines are too long
896
gua_opencard129.js
Normal file
896
gua_opencard129.js
Normal file
File diff suppressed because one or more lines are too long
56
jd_dpqd.js
56
jd_dpqd.js
|
@ -1,23 +1,17 @@
|
|||
/*
|
||||
cron 0 0 * * * jd_dpqd.js
|
||||
店铺签到,各类店铺签到,有新的店铺直接添加token即可
|
||||
搬运cui521大佬脚本,请勿外传!!!
|
||||
环境变量:
|
||||
DPQDTK: token1&token2
|
||||
仓库不再提供token
|
||||
============Quantumultx===============
|
||||
[task_local]
|
||||
#店铺签到
|
||||
15 2,14 * * * https://raw.githubusercontent.com/KingRan/KR/main/jd_shop_sign.js, tag=店铺签到, enabled=true
|
||||
===========Loon============
|
||||
[Script]
|
||||
cron "15 2,14 * * *" script-path=https://raw.githubusercontent.com/KingRan/KR/main/jd_shop_sign.js,tag=店铺签到
|
||||
============Surge=============
|
||||
店铺签到 = type=cron,cronexp="15 2,14 * * *",wake-system=1,timeout=3600,script-path=https://raw.githubusercontent.com/KingRan/KR/main/jd_shop_sign.js
|
||||
===========小火箭========
|
||||
店铺签到 = type=cron,script-path=https://raw.githubusercontent.com/KingRan/KR/main/jd_shop_sign.jss, cronexpr="15 2,14 * * *", timeout=3600, enable=true
|
||||
*/
|
||||
let token = []
|
||||
if (process.env.DPQDTK) {
|
||||
if (process.env.DPQDTK.includes('\n')) {
|
||||
token = [...process.env.DPQDTK.split('\n'),...token]
|
||||
} else {
|
||||
token = [...process.env.DPQDTK.split('&'),...token]
|
||||
}
|
||||
}
|
||||
if (!token.length) {
|
||||
console.log('无店铺签到token,不执行.需自备token:环境变DPQDTK: tk1&tk2.')
|
||||
return
|
||||
}
|
||||
const $ = new Env('店铺签到');
|
||||
const notify = $.isNode() ? require('./sendNotify') : '';
|
||||
//Node.js用户请在jdCookie.js处填写京东ck;
|
||||
|
@ -30,6 +24,34 @@ let activityId=''
|
|||
let vender=''
|
||||
let num=0
|
||||
let shopname=''
|
||||
const token = [
|
||||
"FEACDDFEABE7E6F5F52E32E79ACB0126",
|
||||
"113946C00C676DD5141D46EF6194E281",
|
||||
"4BF0331BCB845ABC79145753E605E9C3",
|
||||
"8C00826D27DA33A520F06E5C5C2E302B",
|
||||
"490047103854B8B5E17D3D76C2C65D1D",
|
||||
"F4132FED0919E26A040981E77C3FD009",
|
||||
"3068C74A35718BF761F8E10F52824696",
|
||||
"AF994FA00C2086F08849D5FB7122E79F",
|
||||
"8C172B547FA75FEADBF342CDEBE14C36",
|
||||
"BA1063C108CD0642AD3A5C21A6952136",
|
||||
"E20BD5091D8F70B4649D529A09183F04",
|
||||
"88ECFB91288FD2DE93DDBDDAA9409D8E",
|
||||
"1B2F8250713AD30F335B092B70A4DBF5",
|
||||
"642395217049DBC4F56F105B3FBA0633",
|
||||
"2593927DBC99178C9E835A607D67482C",
|
||||
"8E3E6081738C9C30446C20F347516649",
|
||||
"C7671CB73E0BE699998307ADB36D8708",
|
||||
"A795246AE4063905815D7748001C0A58",
|
||||
"57B5F1912B8A5F7C3913EEB0CFA9130B",
|
||||
"C5F5FF51E040B2415A435D5BFDA15348",
|
||||
"664227400540BC20B0160DE112BE806C",
|
||||
"B5BD9A190DD6AD49A6E3646CB2700863",
|
||||
"CA4DE825AAE4DCAEC7979216EF6D3451",
|
||||
"3C17106279994F61484D172F388DDC1D",
|
||||
"7C21504827C3A3923BFAEEC850810301",
|
||||
"EA281B5F2CD68CDA09EE992B1FEA8DDA"
|
||||
]
|
||||
|
||||
if ($.isNode()) {
|
||||
Object.keys(jdCookieNode).forEach((item) => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user