初始化
This commit is contained in:
19
addons/webman/lang/zh-CN/channel_recharge_method.php
Normal file
19
addons/webman/lang/zh-CN/channel_recharge_method.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => '充值账户配置',
|
||||
'recharge_setting_info' => '收款账户',
|
||||
'fields' => [
|
||||
'id' => 'ID',
|
||||
'method_name' => '充值方式名',
|
||||
'currency' => '币种',
|
||||
'name' => '充值名',
|
||||
'bank_name' => '开户行',
|
||||
'sub_bank' => '支行',
|
||||
'owner' => '户名',
|
||||
'account' => '银行账户',
|
||||
'user_name' => '创建人',
|
||||
'status' => '状态',
|
||||
'created_at' => '创建时间',
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user