礼包赠送过期校验

This commit is contained in:
2025-07-07 16:15:26 +08:00
parent 24ec417907
commit c3a55d8eea
3 changed files with 101 additions and 62 deletions

View File

@@ -969,6 +969,8 @@ public enum BusiStatus {
GUILD_USD_WITHDRAW_ACCOUNT_TYPE_ERROR(500, "提現方式錯誤,請重新綁定帳戶後重試。"),
PACK_NUM_NOT_ENOUGH(500, "礼包数量不足"),
PACK_EXPIRE(500, "PACK EXPIRE"),
;
private final int value;