mirror of
https://github.com/shufflewzc/faker2.git
synced 2025-05-07 03:48:44 +08:00
修复
-汪汪乐园每日任务 接口api 三目运算 ( 原api在青龙面板执行出错: "Response code 403 (Forbidden)" 汪汪乐园每日任务 API请求失败,请检查网路重试 )
This commit is contained in:
parent
1e70a5e8bd
commit
c838fbedf3
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user