From 2d1e9ee6e7223132ff5964449f408b425fad1ed8 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 16 Oct 2025 19:25:45 +0800 Subject: [PATCH] =?UTF-8?q?error=20code=20=E6=96=87=E6=A1=88=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../circle/other/inner/asserts/team/TeamErrorCode.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"), ;