Merge pull request #68 from monkeyKinn/main

修复
This commit is contained in:
Faker 2022-11-29 10:29:29 +08:00 committed by GitHub
commit c26400fa16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -339,7 +339,7 @@ function apTaskDrawAward(taskId, taskType) {
function taskPostClientActionUrl(body, functionId) { function taskPostClientActionUrl(body, functionId) {
return { return {
url: `https://api.m.jd.com/client.action?${functionId ? `functionId=${functionId}` : ``}`, url: `https://api.m.jd.com/client.action${functionId ? `?functionId=${functionId}` : ''}`,
body: body, body: body,
headers: { headers: {
'User-Agent': $.UA, 'User-Agent': $.UA,