From 593336abc5a814f10c397708e4f4a0c825d6ada2 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Wed, 31 Dec 2025 15:14:58 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E5=AE=B6=E6=97=8F=E5=AE=9D=E7=AE=B1?= =?UTF-8?q?=E4=B8=B4=E6=97=B6=E6=94=B9=E4=B8=BA1=203=205"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit c84192391902d6c2e6da2f47957c61035a0181d0. --- .../other/infra/enums/family/FamilyBoxConfigEnum.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/enums/family/FamilyBoxConfigEnum.java b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/enums/family/FamilyBoxConfigEnum.java index 22186604..b2c0f380 100644 --- a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/enums/family/FamilyBoxConfigEnum.java +++ b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/enums/family/FamilyBoxConfigEnum.java @@ -8,9 +8,9 @@ import lombok.Getter; @Getter public enum FamilyBoxConfigEnum { - LEVEL_1(1, 1, 50, "宝箱1"), - LEVEL_2(2, 3, 50, "宝箱2"), - LEVEL_3(3, 5, 100, "宝箱3"); + LEVEL_1(1, 5, 50, "宝箱1"), + LEVEL_2(2, 10, 50, "宝箱2"), + LEVEL_3(3, 20, 100, "宝箱3"); /** * 等级.