Minor improvements.

This commit is contained in:
NobyDa 2024-05-09 23:41:10 +08:00
parent 3b34931921
commit d55c48ec92
No known key found for this signature in database
GPG Key ID: E6B0AC788D373C5B
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ function Checkin(key) {
} else if (resp.body.code == 404001) {
return '登陆失效, 尝试移除账号...'
} else {
return `签到失败`
return `签到失败(${resp.body.message})`
}
})
.catch((err) => {