mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2026-01-13 21:50:44 +08:00
工匠职聘
This commit is contained in:
parent
f948651722
commit
ccf823cccf
4
gjzp.js
4
gjzp.js
@ -105,9 +105,9 @@ class UserInfo {
|
||||
let result = await httpRequest(options, name);
|
||||
//console.log(result);
|
||||
if (result.code == 20000) {
|
||||
DoubleLog(`账号[${this.index}] 签到成功获得: ${result.msg}`);
|
||||
DoubleLog(`账号[${this.index}] 签到成功获得: ${result.message}`);
|
||||
} else if (result.code == 40005) {
|
||||
DoubleLog(`账号[${this.index}] 签到:失败 ❌ 了呢,原因${result.msg}!`);
|
||||
DoubleLog(`账号[${this.index}] 签到:失败 ❌ 了呢,原因${result.message}!`);
|
||||
} else {
|
||||
console.log(result)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user