江铃智行:修复点赞

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}`,
"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);
}
}