魔法礼物提示更改

This commit is contained in:
tianfeng 2026-02-13 19:36:42 +08:00
parent f6948319af
commit 10bfff3031

View File

@ -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;