江铃智行:修复点赞

This commit is contained in:
smallfawn
2024-01-03 21:55:59 +08:00
committed by GitHub
parent ff6f4867b4
commit e1c7f4ce97

View File

@@ -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);