Merge pull request #67 from HDTianRu/main

防呆
This commit is contained in:
bietiaop 2024-09-02 22:51:41 +08:00 committed by GitHub
commit 4b6f1f1dd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ export class MysError extends Error {
break;
default:
if (/(登录|login)/i.test(result.message)) {
msg = `UID:${uid}米游社cookie已失效`;
msg = `UID:${uid}米游社cookie已失效, 请重新绑定ck或发送#刷新ck`;
} else {
msg = `UID:${uid},米游社接口报错:${result.message}`;
}