Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyrain2012 committed Nov 16, 2021
1 parent 9e8c364 commit b2e4fd9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion common/src/main/java/cn/wildfirechat/common/ErrorCode.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ public enum ErrorCode {
ERROR_CODE_ALREADY_FRIENDS(23, "already friends"),

ERROR_CODE_RECALL_TIME_EXPIRED(24, "time expired"),
ERROR_CODE_ROBOT_NO_TOKEN(25, "robot no token"),
ERROR_CODE_LOCK_ALREADY_LOCKED(25, "already locked"),
ERROR_CODE_NOT_YOUR_LOCKED(26, "unload failure, not your lock"),
ERROR_CODE_ROBOT_NO_TOKEN(27, "robot no token"),
ERROR_CODE_CONFERENCE_ROOM_NOT_EXIST(60, "conference room not exist"),

ERROR_CODE_USER_NOT_PREPARED(238, "user not prepared"),
Expand Down

0 comments on commit b2e4fd9

Please sign in to comment.