main
KingRan 2023-11-30 21:00:09 +08:00
parent 5906cf9b1e
commit 51f8295303
1 changed files with 2 additions and 1 deletions

View File

@ -335,7 +335,8 @@ function taskPostUrl(url, body) {
'Cookie': `${cookie}`, 'Cookie': `${cookie}`,
"Host": "api.m.jd.com", "Host": "api.m.jd.com",
"User-Agent": "JD4iPhone/167853 (iPhone; iOS; Scale/2.00)", "User-Agent": "JD4iPhone/167853 (iPhone; iOS; Scale/2.00)",
} },
secureProtocol: 'TLSv1_2_method',
} }
} }