1
0
mirror of https://github.com/okyyds/yyds.git synced 2026-07-14 00:31:18 +08:00
This commit is contained in:
YYDS
2022-04-20 12:55:39 +08:00
parent ea3d6b0ad4
commit 43806e8554

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": `cid=4;${cookie}`
}
}
}
@@ -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": `cid=4;${cookie}`
}
}
}