diff --git a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/asserts/team/TeamErrorCode.java b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/asserts/team/TeamErrorCode.java index 15ce8757..9022fc67 100644 --- a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/asserts/team/TeamErrorCode.java +++ b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/asserts/team/TeamErrorCode.java @@ -65,12 +65,12 @@ public enum TeamErrorCode implements IResponseErrorCode { /** * 用户已经是代理. */ - USER_IS_ALREADY_A_AGENT(6020, "User is already a Agent"), + USER_IS_ALREADY_A_AGENT(6020, "User is already a Agency"), /** * 用户已经是主播. */ - USER_IS_ALREADY_A_ANCHOR(6021, "User is already a Anchor"), + USER_IS_ALREADY_A_ANCHOR(6021, "User is already a Agency"), /** * 消息已发送. @@ -85,7 +85,7 @@ public enum TeamErrorCode implements IResponseErrorCode { /** * 用户正在申请加入其他代理. */ - USER_APPLY_JOIN_OTHER_AGENT(6024, "The user is applying to join another agent"), + USER_APPLY_JOIN_OTHER_AGENT(6024, "The user is applying to join another Agency"), /** * 不是团队成员. @@ -221,7 +221,7 @@ public enum TeamErrorCode implements IResponseErrorCode { /** * 退出日期无效 */ - QUIT_DATE_INVALID(6051, "The host can only leave the current agent on the 1st and 16th of each month"), + QUIT_DATE_INVALID(6051, "The host can only leave the current agency on the 1st and 16th of each month"), ;