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",