From aecca973aeb46e779337bb43067188f5fe6cb1b1 Mon Sep 17 00:00:00 2001 From: KingRan Date: Tue, 19 Sep 2023 21:45:55 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jd_cleancart_nolan.js b/jd_cleancart_nolan.js index 315dd7d..e6822d7 100644 --- a/jd_cleancart_nolan.js +++ b/jd_cleancart_nolan.js @@ -324,8 +324,8 @@ function jdSign(fn, body) { function taskPostUrl(url, body) { return { - url: `https://api.m.jd.com${url}&${body}`, - //body: body, + url: `https://api.m.jd.com${url}`, + body: body, headers: { "Accept": "*/*", "Accept-Language": "zh-cn",