From 51f82953037e6bd530120b822fa8b623ae6bc26c Mon Sep 17 00:00:00 2001 From: KingRan Date: Thu, 30 Nov 2023 21:00:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_cleancart_nolan.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jd_cleancart_nolan.js b/jd_cleancart_nolan.js index e6822d7..babedb3 100644 --- a/jd_cleancart_nolan.js +++ b/jd_cleancart_nolan.js @@ -335,7 +335,8 @@ function taskPostUrl(url, body) { 'Cookie': `${cookie}`, "Host": "api.m.jd.com", "User-Agent": "JD4iPhone/167853 (iPhone; iOS; Scale/2.00)", - } + }, + secureProtocol: 'TLSv1_2_method', } }