From 10bfff3031881b4c8fe800a45e039659d2f22e4f Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Fri, 13 Feb 2026 19:36:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AD=94=E6=B3=95=E7=A4=BC=E7=89=A9=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/red/circle/other/inner/asserts/GiftErrorCode.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/GiftErrorCode.java b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/asserts/GiftErrorCode.java index e3f7860c..83028527 100644 --- a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/asserts/GiftErrorCode.java +++ b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/asserts/GiftErrorCode.java @@ -48,7 +48,7 @@ public enum GiftErrorCode implements IResponseErrorCode { /** * 魔法礼物只支持发送一个 */ - MAGIC_GIFT_QUANTITY_ERROR(8407, "The function for gifting multiple magical gifts is currently experiencing issues and is temporarily unavailable.") + MAGIC_GIFT_QUANTITY_ERROR(8407, "The multiple magical gift gifting feature is undergoing an upgrade to improve performance and is temporarily unavailable for use.") ; private final int code;