军团:接受已解散的军团邀请

This commit is contained in:
luying
2021-08-24 18:01:50 +08:00
parent dfaa9da2ea
commit 767df7ae44
2 changed files with 5 additions and 1 deletions

View File

@@ -149,7 +149,7 @@ export const STATUS = {
GUILD_NOT_REACH_CONDI: { code: 20903, simStr: '您未达到申请军团条件' },
GUILD_HAS_JOIN: { code: 20904, simStr: '已加入过其他军团' },
GUILD_NOT_FOUND: { code: 20905, simStr: '未获取到该军团' },
GUILD_DELETE_ERROR: { code: 20906, simStr: '公会已解散' },
GUILD_DELETE_ERROR: { code: 20906, simStr: '军团已解散' },
GUILD_QUIT_ERROR: { code: 20907, simStr: '退出公会失败' },
GUILD_KICK_ERROR: { code: 20908, simStr: '未找到该成员或该成员已退出' },
GUILD_QUIT_TIME: { code: 20909, simStr: '退出军团1小时后才可以申请' },