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:
@@ -1,6 +1,22 @@
|
||||
{
|
||||
"title": "玩家",
|
||||
"detailTitle": "玩家详情",
|
||||
"listTitle": "玩家列表",
|
||||
"viewDetail": "查看详情",
|
||||
"backToList": "返回玩家列表",
|
||||
"detailSubtitle": "{{site}} · {{sitePlayerId}} · ID {{playerId}}",
|
||||
"tabOverview": "概览",
|
||||
"tabTickets": "注单",
|
||||
"tabWalletTxns": "钱包流水",
|
||||
"tabTransferOrders": "转账单",
|
||||
"profileSection": "基本资料",
|
||||
"walletsSection": "钱包余额",
|
||||
"createdAt": "注册时间",
|
||||
"agent": "代理",
|
||||
"frozen": "冻结",
|
||||
"txnAmount": "变动金额",
|
||||
"balanceAfterTxn": "变动后余额",
|
||||
"invalidPlayerId": "无效的玩家 ID",
|
||||
"createPlayer": "新建玩家",
|
||||
"searchPlaceholder": "按玩家 ID / 用户名 / 昵称搜索",
|
||||
"filterSite": "主站站点",
|
||||
@@ -11,6 +27,10 @@
|
||||
"siteCodeRequired": "请填写主站编号",
|
||||
"sitePlayerIdRequired": "请填写主站玩家 ID",
|
||||
"createFailed": "创建玩家失败",
|
||||
"createAgentRequired": "当前账号未绑定代理,无法创建玩家。请使用代理账号登录,或由超管选择有效主站及代理节点。",
|
||||
"createAgentNode": "归属代理",
|
||||
"createAgentNodePlaceholder": "选择代理节点",
|
||||
"createAgentAutoHint": "将归属到您绑定的代理:{{name}}({{code}})",
|
||||
"createSuccess": "已创建玩家 {{name}}",
|
||||
"noChanges": "没有变更",
|
||||
"updateFailed": "更新玩家失败",
|
||||
|
||||
Reference in New Issue
Block a user