This commit is contained in:
smallfawn 2023-11-22 16:04:55 +08:00 committed by GitHub
parent ee2ec8a0b7
commit 6d5b39c766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -486,7 +486,7 @@ class UserInfo {
let { body: result } = await httpRequest(options)
result = JSON.parse(result)
if (result.code == "0000") {
console.log(result.success);
console.log(`回答问题` + result.success);
} else {
console.log(`回答问题失败`);
console.log(JSON.stringify(result));