diff --git a/jlzx.js b/jlzx.js index a4d0f2f..c23c5a7 100644 --- a/jlzx.js +++ b/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); -} \ No newline at end of file +}