异常码

back_recharge
duhui 2021-10-28 14:50:02 +08:00
parent 83501823b7
commit 0cdf8dfe92
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ public enum ErrorCode implements IErrorCode {
RIDING_SWARD_BET_TWO(146,"一轮比赛最多押注两次!"),
PRACTICE_LEVE_DOWN(147,"修行等级不足"),
GUILD_NOT_AUTHORITY(148,"账号因错误发言导致相关功能封禁中,操作失败"),
GUILD_NOT_AUTHORITY(300,"账号因错误发言导致相关功能封禁中,操作失败"),
;
private static final Set<Integer> CodeSet = new HashSet<>();