From ad2b62d42699d311004e44425af0ff4e98856cba Mon Sep 17 00:00:00 2001 From: liangtongchuan Date: Thu, 8 Apr 2021 22:53:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BB=E5=AE=9D=EF=BC=9A=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/consts/statusCode.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/consts/statusCode.ts b/shared/consts/statusCode.ts index 62d64dc1d..64bee1616 100644 --- a/shared/consts/statusCode.ts +++ b/shared/consts/statusCode.ts @@ -88,7 +88,7 @@ export const STATUS = { COM_BATTLE_DUP_ENTER: { code: 20601, simStr: '不能重复加入' }, COM_BATTLE_BLUEPRT_NOT_FOUND: { code: 20602, simStr: '藏宝图不足' }, COM_BATTLE_BLUEPRT_INVALID: { code: 20603, simStr: '需使用藏宝图才能开启' }, - COM_BATTLE_BLUEPRT_NOT_ENOUGH: { code: 20604, simStr: '藏宝图不足,还有未结束的寻宝' }, + COM_BATTLE_BLUEPRT_NOT_ENOUGH: { code: 20604, simStr: '藏宝图正在使用中' }, COM_BATTLE_CREATE_ERR: { code: 20605, simStr: '创建队伍失败' }, COM_BATTLE_LV_NOT_ENOUGH: { code: 20606, simStr: '主公等级不够' }, COM_BATTLE_MEMBER_LIMIT: { code: 20607, simStr: '队伍人数已满' },