From 9c1f42bdcd39e5c5baeff4d9b123a271c7a4b46b Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Wed, 27 May 2026 16:04:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=80=E8=AF=B7=E6=B4=BB=E5=8A=A8=20?= =?UTF-8?q?=E6=8C=A1=E4=BD=8D=E9=98=88=E5=80=BC*8=E5=80=8D=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/user/user/impl/InviteUserClientServiceImpl.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rc-service/rc-service-other/other-inner-endpoint/src/main/java/com/red/circle/other/app/inner/service/user/user/impl/InviteUserClientServiceImpl.java b/rc-service/rc-service-other/other-inner-endpoint/src/main/java/com/red/circle/other/app/inner/service/user/user/impl/InviteUserClientServiceImpl.java index 4efd5d74..a991ecc0 100644 --- a/rc-service/rc-service-other/other-inner-endpoint/src/main/java/com/red/circle/other/app/inner/service/user/user/impl/InviteUserClientServiceImpl.java +++ b/rc-service/rc-service-other/other-inner-endpoint/src/main/java/com/red/circle/other/app/inner/service/user/user/impl/InviteUserClientServiceImpl.java @@ -66,9 +66,9 @@ import java.util.Objects; public class InviteUserClientServiceImpl implements InviteUserClientService { // 档位阈值 - private static final long TIER1_THRESHOLD = 10_000L; - private static final long TIER2_THRESHOLD = 50_000L; - private static final long TIER3_THRESHOLD = 100_000L; + private static final long TIER1_THRESHOLD = 80_000L; + private static final long TIER2_THRESHOLD = 400_000L; + private static final long TIER3_THRESHOLD = 800_000L; // 档位道具id private static final long TIER1_PROPS_ID = 2029448725407711234L;