From f9f0833a3b7966a0f228a8991e3ec368d08bec0d Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Mon, 19 Jan 2026 17:49:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=89=E9=BB=91=E4=B8=8D=E8=83=BD=E5=85=B3?= =?UTF-8?q?=E6=B3=A8=20=E6=8F=90=E7=A4=BA=E6=96=87=E6=A1=88=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/red/circle/other/inner/asserts/user/UserErrorCode.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/asserts/user/UserErrorCode.java b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/asserts/user/UserErrorCode.java index 6f09188c..e6fba180 100644 --- a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/asserts/user/UserErrorCode.java +++ b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/asserts/user/UserErrorCode.java @@ -227,7 +227,7 @@ public enum UserErrorCode implements IResponseErrorCode { /** * 黑名单用户 */ - BLACK_USER(4076, "black user"), + BLACK_USER(4076, "The current user has been blocked and cannot follow."), ;