异常码
parent
83501823b7
commit
0cdf8dfe92
|
@ -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<>();
|
||||
|
||||
|
|
Loading…
Reference in New Issue