feat: 支付商户

This commit is contained in:
luo
2026-09-10 16:50:06 +08:00
parent ef966171b4
commit d3d257cdf8
21 changed files with 2884 additions and 27 deletions

View File

@@ -26,11 +26,20 @@
"setting": {
"menuType": {
"title": "Menu Layout",
"list": ["Vertical", "Horizontal", "Mixed", "Dual"]
"list": [
"Vertical",
"Horizontal",
"Mixed",
"Dual"
]
},
"theme": {
"title": "Theme Style",
"list": ["Light", "Dark", "System"]
"list": [
"Light",
"Dark",
"System"
]
},
"menu": {
"title": "Menu Style"
@@ -40,11 +49,17 @@
},
"box": {
"title": "Box Style",
"list": ["Border", "Shadow"]
"list": [
"Border",
"Shadow"
]
},
"container": {
"title": "Container Width",
"list": ["Full", "Boxed"]
"list": [
"Full",
"Boxed"
]
},
"basics": {
"title": "Basic Config",
@@ -82,8 +97,14 @@
"notice": {
"title": "Notice",
"btnRead": "Mark as read",
"bar": ["Notice", "Message", "Todo"],
"text": ["No"],
"bar": [
"Notice",
"Message",
"Todo"
],
"text": [
"No"
],
"viewAll": "View all"
},
"worktab": {
@@ -275,10 +296,10 @@
"evening": "Good evening!"
},
"exceptionPage": {
"gohome": "Go Home",
"403": "Sorry, you do not have permission to access this page",
"404": "Sorry, the page you are trying to access does not exist",
"500": "Sorry, there was an error on the server"
"500": "Sorry, there was an error on the server",
"gohome": "Go Home"
},
"menus": {
"login": {
@@ -478,7 +499,11 @@
"detailsOfPaymentConfiguration": "Payment Configuration Details",
"paymentMerchant": "Payment Merchant",
"developerApi": "Developer API",
"commissionTemplate": "Commission Template"
"commissionTemplate": "Commission Template",
"paymentMerchantPools": "Merchant Pool Management",
"paymentMerchantPoolsTabMerchants": "Payment Merchants",
"paymentMerchantPoolsTabPools": "Merchant Pools",
"paymentMerchantPoolsTabWechatAuth": "WeChat Authorization"
},
"batch": {
"title": "Batch Operations",

View File

@@ -27,11 +27,20 @@
"setting": {
"menuType": {
"title": "菜单布局",
"list": ["垂直", "水平", "混合", "双列"]
"list": [
"垂直",
"水平",
"混合",
"双列"
]
},
"theme": {
"title": "主题风格",
"list": ["浅色", "深色", "系统"]
"list": [
"浅色",
"深色",
"系统"
]
},
"menu": {
"title": "菜单风格"
@@ -41,11 +50,17 @@
},
"box": {
"title": "盒子样式",
"list": ["边框", "阴影"]
"list": [
"边框",
"阴影"
]
},
"container": {
"title": "容器宽度",
"list": ["铺满", "定宽"]
"list": [
"铺满",
"定宽"
]
},
"basics": {
"title": "基础配置",
@@ -83,8 +98,14 @@
"notice": {
"title": "通知",
"btnRead": "标为已读",
"bar": ["通知", "消息", "代办"],
"text": ["暂无"],
"bar": [
"通知",
"消息",
"代办"
],
"text": [
"暂无"
],
"viewAll": "查看全部"
},
"worktab": {
@@ -110,7 +131,11 @@
"admin": "管理员",
"user": "普通用户"
},
"placeholder": ["请输入手机号", "请输入密码", "请拖动滑块完成验证"],
"placeholder": [
"请输入手机号",
"请输入密码",
"请拖动滑块完成验证"
],
"sliderText": "按住滑块拖动",
"sliderSuccessText": "验证成功",
"rememberPwd": "记住密码",
@@ -153,7 +178,11 @@
"register": {
"title": "创建账号",
"subTitle": "欢迎加入我们,请填写以下信息完成注册",
"placeholder": ["请输入账号", "请输入密码", "请再次输入密码"],
"placeholder": [
"请输入账号",
"请输入密码",
"请再次输入密码"
],
"rule": [
"请再次输入密码",
"两次输入密码不一致!",
@@ -288,10 +317,10 @@
"evening": "晚上好!"
},
"exceptionPage": {
"gohome": "返回首页",
"403": "抱歉,您无权访问该页面",
"404": "抱歉,您访问的页面不存在",
"500": "抱歉,服务器出错了"
"500": "抱歉,服务器出错了",
"gohome": "返回首页"
},
"menus": {
"login": {
@@ -421,7 +450,11 @@
"paymentSettings": "支付设置",
"detailsOfPaymentConfiguration": "支付配置详情",
"withdrawalSettings": "提现配置",
"passwordSettings": "密码设置"
"passwordSettings": "密码设置",
"paymentMerchantPools": "商户池管理",
"paymentMerchantPoolsTabMerchants": "支付商户",
"paymentMerchantPoolsTabPools": "商户池",
"paymentMerchantPoolsTabWechatAuth": "微信授权配置"
}
},
"table": {