error code 文案处理

This commit is contained in:
tianfeng 2025-10-16 19:25:45 +08:00
parent 924ae6060b
commit 2d1e9ee6e7

View File

@ -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"),
;