From 712889efe0091c6600339fe9eea0dc08ffdf7faa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=AE=E5=B8=AE?= <3102509561@qq.com> Date: Wed, 18 Oct 2023 13:13:23 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=B1=E6=B8=8A5003=E5=8F=AF=E8=83=BD?= =?UTF-8?q?=E4=B8=BA=E9=81=87=E5=88=B0=E9=AA=8C=E8=AF=81=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 帮帮 <3102509561@qq.com> --- plugins/genshin/model/mys/mysInfo.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/genshin/model/mys/mysInfo.js b/plugins/genshin/model/mys/mysInfo.js index af0595f..107a355 100644 --- a/plugins/genshin/model/mys/mysInfo.js +++ b/plugins/genshin/model/mys/mysInfo.js @@ -418,6 +418,7 @@ export default class MysInfo { case -1002: if (res.api === 'detail') res.retcode = 0 break + case 5003: case 1034: let handler = this.e.runtime?.handler || {}