main
KingRan 2023-09-19 21:45:55 +08:00
parent 47fb55d62c
commit aecca973ae
1 changed files with 2 additions and 2 deletions

View File

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