mirror of
https://github.com/okyyds/yyds.git
synced 2026-07-13 20:41:17 +08:00
1
This commit is contained in:
@@ -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}`
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user