From f711d54eed9df63e702d3a5904381c673bdca253 Mon Sep 17 00:00:00 2001 From: hailin Date: Fri, 26 Dec 2025 04:07:41 -0800 Subject: [PATCH] =?UTF-8?q?chore(reward-service):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E8=B4=B9=E7=94=A8=E5=88=86=E9=85=8D=20-=20?= =?UTF-8?q?=E6=88=90=E6=9C=AC=E8=B4=B9+80,=20=E6=80=BB=E9=83=A8=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E8=B4=B9-80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/domain/value-objects/right-type.enum.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/services/reward-service/src/domain/value-objects/right-type.enum.ts b/backend/services/reward-service/src/domain/value-objects/right-type.enum.ts index 66e4eeb9..a5faf70b 100644 --- a/backend/services/reward-service/src/domain/value-objects/right-type.enum.ts +++ b/backend/services/reward-service/src/domain/value-objects/right-type.enum.ts @@ -17,9 +17,9 @@ export enum RightType { // 权益金额配置 export const RIGHT_AMOUNTS: Record = { // 系统费用类 - [RightType.COST_FEE]: { usdt: 2800, hashpowerPercent: 0 }, + [RightType.COST_FEE]: { usdt: 2880, hashpowerPercent: 0 }, [RightType.OPERATION_FEE]: { usdt: 2100, hashpowerPercent: 0 }, - [RightType.HEADQUARTERS_BASE_FEE]: { usdt: 203, hashpowerPercent: 0 }, + [RightType.HEADQUARTERS_BASE_FEE]: { usdt: 123, hashpowerPercent: 0 }, [RightType.RWAD_POOL_INJECTION]: { usdt: 5760, hashpowerPercent: 0 }, // 用户权益类 @@ -31,4 +31,4 @@ export const RIGHT_AMOUNTS: Record