feat(api, agents): add agent node profile retrieval and update functionality
Implemented new API functions to fetch and update agent node profiles, enhancing the management capabilities for agent data. This addition improves the overall functionality of the admin agents console, allowing for better user interaction with agent profiles. Updated related types for improved type safety and clarity in the codebase.
This commit is contained in:
@@ -20,7 +20,9 @@
|
||||
"adjustmentIncrease": "增加",
|
||||
"adjustmentDecrease": "减少",
|
||||
"adjustmentAmount": "调整金额(主币单位)",
|
||||
"adjustmentAmountPlaceholder": "请输入调整金额",
|
||||
"adjustmentReason": "调整原因(必填)",
|
||||
"adjustmentReasonPlaceholder": "请输入调整原因",
|
||||
"submitAdjustment": "提交余额调整",
|
||||
"adjustmentSuccess": "余额调整已入账",
|
||||
"adjustmentFailed": "余额调整失败",
|
||||
@@ -30,11 +32,17 @@
|
||||
"confirmAdjustmentDescription": "将写入调整流水并更新当前池余额,请确认金额与原因无误。",
|
||||
"recentAdjustments": "最近调整记录",
|
||||
"contributionRate": "蓄水比例 0–1",
|
||||
"contributionRatePlaceholder": "请输入贡献比例,如 0.02",
|
||||
"triggerThreshold": "爆池阈值(最小单位)",
|
||||
"triggerThresholdPlaceholder": "请输入触发阈值",
|
||||
"payoutRate": "爆池派彩比例 0–1",
|
||||
"payoutRatePlaceholder": "请输入派彩比例,如 0.05",
|
||||
"forceTriggerGap": "强制爆池间隔(已结算期数)",
|
||||
"forceTriggerGapPlaceholder": "请输入强制触发间隔期数",
|
||||
"minBetAmount": "最低下注额(最小单位)",
|
||||
"minBetAmountPlaceholder": "请输入最低下注金额",
|
||||
"comboTriggerPlays": "组合触发玩法(逗号分隔)",
|
||||
"comboTriggerPlaysPlaceholder": "请输入玩法编码,多个用逗号分隔,如 straight,ibox",
|
||||
"status": "开关",
|
||||
"disabled": "关闭",
|
||||
"enabled": "开启",
|
||||
|
||||
Reference in New Issue
Block a user