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) { function taskPostUrl(url, body) {
return { return {
url: `https://api.m.jd.com${url}&${body}`, url: `https://api.m.jd.com${url}`,
//body: body, body: body,
headers: { headers: {
"Accept": "*/*", "Accept": "*/*",
"Accept-Language": "zh-cn", "Accept-Language": "zh-cn",