mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-16 23:09:38 +08:00
江铃智行:修复点赞
This commit is contained in:
4
jlzx.js
4
jlzx.js
@@ -70,7 +70,7 @@ class UserInfo {
|
||||
"Access-Token": `${this.ck}`,
|
||||
"Content-Type": "application/json"
|
||||
},
|
||||
body: `{"activityCode":"HD202302090003"}`
|
||||
body: `{"activityCode":"HD202401010007"}`
|
||||
};
|
||||
// console.log(options);
|
||||
let res = await httpRequest(options);
|
||||
@@ -516,4 +516,4 @@ function Env(name, env) {
|
||||
console.log(`\n${this.name} 运行结束,共运行了 ${s} 秒!`);
|
||||
}
|
||||
})(name, env);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user