mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-18 15:54:44 +08:00
江铃智行:修复点赞
This commit is contained in:
2
jlzx.js
2
jlzx.js
@@ -70,7 +70,7 @@ class UserInfo {
|
|||||||
"Access-Token": `${this.ck}`,
|
"Access-Token": `${this.ck}`,
|
||||||
"Content-Type": "application/json"
|
"Content-Type": "application/json"
|
||||||
},
|
},
|
||||||
body: `{"activityCode":"HD202302090003"}`
|
body: `{"activityCode":"HD202401010007"}`
|
||||||
};
|
};
|
||||||
// console.log(options);
|
// console.log(options);
|
||||||
let res = await httpRequest(options);
|
let res = await httpRequest(options);
|
||||||
|
|||||||
Reference in New Issue
Block a user