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-14 23:43:17 +08:00
parent 2e8be13579
commit b8783a1fbc
2 changed files with 2 additions and 1290 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}`, url: `https://api.m.jd.com${url}&${body}`,
body: body, //body: body,
headers: { headers: {
"Accept": "*/*", "Accept": "*/*",
"Accept-Language": "zh-cn", "Accept-Language": "zh-cn",
-1288
View File
File diff suppressed because one or more lines are too long