From 43806e8554893edfe2d59a8fdc5701d9b2353c6f Mon Sep 17 00:00:00 2001 From: YYDS Date: Wed, 20 Apr 2022 12:55:39 +0800 Subject: [PATCH] 1 --- jd_cfd.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jd_cfd.js b/jd_cfd.js index 6966c8d..f78c8a1 100644 --- a/jd_cfd.js +++ b/jd_cfd.js @@ -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}` } } }