5003改为提示账号异常

This commit is contained in:
bbaban 2023-12-14 22:49:08 +08:00
parent 5b674b051b
commit 52caeeb6ed
1 changed files with 2 additions and 0 deletions

View File

@ -395,6 +395,8 @@ export default class MysInfo {
if (res.api === 'detail') res.retcode = 0
break
case 5003:
if (!isTask) this.e.reply('米游社账号异常,暂时无法查询')
break
case 1034:
let handler = this.e.runtime?.handler || {}