This commit is contained in:
Faker 2022-04-20 11:42:25 +08:00
parent cb2a831b04
commit 445fa6db96
7 changed files with 24 additions and 23 deletions

File diff suppressed because one or more lines are too long

View File

@ -1492,7 +1492,7 @@ function taskUrl(function_path, body = '', dwEnv = 7) {
"User-Agent": UA,
"Accept-Language": "zh-CN,zh-Hans;q=0.9",
"Referer": "https://st.jingxi.com/",
"Cookie": cookie
"Cookie": cookie + "cid=4"
}
}
}
@ -1510,7 +1510,7 @@ function taskListUrl(function_path, body = '', bizCode = 'jxbfd') {
"User-Agent": UA,
"Accept-Language": "zh-CN,zh-Hans;q=0.9",
"Referer": "https://st.jingxi.com/",
"Cookie": cookie
"Cookie": cookie + "cid=4"
}
}
}

View File

@ -564,7 +564,7 @@ function taskUrl(function_path, body = '', dwEnv = 7) {
"User-Agent": UA,
"Accept-Language": "zh-CN,zh-Hans;q=0.9",
"Referer": "https://st.jingxi.com/",
"Cookie": cookie
"Cookie": cookie + "cid=4"
}
};
}
@ -648,7 +648,7 @@ function TotalBean() {
"User-Agent": "ScriptableWidgetExtension/185 CFNetwork/1312 Darwin/21.0.0",
"Accept-Language": "zh-CN,zh-Hans;q=0.9",
"Accept-Encoding": "gzip, deflate, br",
"Cookie": cookie
"Cookie": cookie + "cid=4"
}
}
$.get(options, (err, resp, data) => {

View File

@ -260,7 +260,7 @@ function taskUrl(function_path, body = '', dwEnv = 7) {
"User-Agent": UA,
"Accept-Language": "zh-CN,zh-Hans;q=0.9",
"Referer": "https://st.jingxi.com/",
"Cookie": cookie
"Cookie": cookie + "cid=4"
}
};
}

View File

@ -625,7 +625,7 @@ function taskUrl(function_path, body = '', dwEnv = 7) {
"User-Agent": UA,
"Accept-Language": "zh-CN,zh-Hans;q=0.9",
"Referer": "https://st.jingxi.com/",
"Cookie": cookie
"Cookie": cookie + "cid=4"
}
};
}
@ -712,7 +712,7 @@ function TotalBean() {
"User-Agent": "ScriptableWidgetExtension/185 CFNetwork/1312 Darwin/21.0.0",
"Accept-Language": "zh-CN,zh-Hans;q=0.9",
"Accept-Encoding": "gzip, deflate, br",
"Cookie": cookie
"Cookie": cookie + "cid=4"
}
}
$.get(options, (err, resp, data) => {

View File

@ -25,12 +25,12 @@ let vender=''
let num=0
let shopname=''
const token = [
"4BF0331BCB845ABC79145753E605E9C3",
"E1974F092C323D0FB3EA093E195A4A40",
"7D8DF37F588D261C59994A1C6F472ABA",
"07D72B6BEC5DDC95E475D019FA89F39D",
"0950F5FA76B0EC70FD8E3CA4E0B9FABF",
"EE60F07CE497C8C2915262C4A681016A",
"E08EA466C50A0C894FE750FB54B5B1B6",
"38DDCA7B4553BA7F731D42612874F8D6",
"9C2276934989E299A296A29A87A3E137",
"E20BD5091D8F70B4649D529A09183F04",
"65761481817B9111E49E939888419250",
"6441D5406FD81386379AED19FA122DBE",
@ -38,18 +38,17 @@ const token = [
"D5D7E1A6A35DD6DF590F1D26183C0D40",
"31D76EB23737B3BF03EBDCC06EA2B9EC",
"3705013F73CEEA8CB2311DB6607046FE",
"50EFAF0B1C9520C4AC3FFBFE6B9C13F8",
"FD78AA7B8266ACD77D2D998CDEA11D5C",
"903DFFB65088484F7743B5F437BB1649",
"3FCA9C124FC3A1D02D4191696590DC92",
"8A23628E464CDA812A74D67C17EC601C",
"41AFADC9C4AF8807DEC071FE688596FB",
"CE544106AB7A796944BC56B403ED02A1",
"5756464E7C6CF04B89E34C3CCA85CA7F",
"62F921549D1B7244101CCC5AFBC2E952",
"A3B3E3A15E365F2F5709618D27C9DDCD",
"FE30AB00038CFFEF00DA9E9B8E932721",
"F0C24D7588D90922393B423C6623F31A",
"DFD953F3D54DAE2721568457FE12068C",
"3DEACB6A49D5954B134A6C4DE73FEF42",
"634E143046CCD9EBAA298A70B7672A63"
"3DEACB6A49D5954B134A6C4DE73FEF42"
]
if ($.isNode()) {

File diff suppressed because one or more lines are too long