1
0
mirror of https://github.com/6dylan6/jdpro.git synced 2026-05-01 18:06:41 +08:00
This commit is contained in:
dylan
2023-09-20 07:26:05 +08:00
parent 68a0a893a5
commit 8647d7fc2f
2 changed files with 23 additions and 2 deletions
+2 -2
View File
@@ -261,8 +261,8 @@ function jdApi(functionId, 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",
+21
View File
File diff suppressed because one or more lines are too long