工匠职聘

This commit is contained in:
smallfawn
2022-12-10 18:25:55 +08:00
committed by GitHub
parent 8ee6742884
commit f948651722

View File

@@ -101,14 +101,15 @@ class UserInfo {
}
};
console.log(options);
//console.log(options);
let result = await httpRequest(options, name);
//console.log(result);
if (result.code == 20000) {
DoubleLog(`账号[${this.index}] 签到成功获得: ${result.msg}`);
} else if (result.code == 40005) {
DoubleLog(`账号[${this.index}] 签到:失败 ❌ 了呢,原因${result.msg}`);
console.log(result);
} else {
console.log(result)
}
} catch (error) {
console.log(error);