1
0
mirror of https://github.com/6dylan6/jdpro.git synced 2026-05-02 02:36:40 +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) {
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",
+21
View File
File diff suppressed because one or more lines are too long