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;