From e1c7f4ce9723d638b2da9e5dab67c675cd7fb467 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Wed, 3 Jan 2024 21:55:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B1=9F=E9=93=83=E6=99=BA=E8=A1=8C=EF=BC=9A?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=82=B9=E8=B5=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jlzx.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}