9 changed files with 135 additions and 251 deletions
-
69app/AdminAgent/Controllers/StatementController.php
-
42app/AdminAgent/Controllers/WalletController.php
-
77app/AdminGuide/Controllers/StatementController.php
-
41app/AdminGuide/Controllers/WalletController.php
-
22app/AdminSupplier/Controllers/DepositLogController.php
-
77app/AdminSupplier/Controllers/StatementController.php
-
41app/AdminSupplier/Controllers/WalletController.php
-
4resources/lang/zh_CN/deposit-log.php
-
13resources/lang/zh_CN/statement.php
@ -1,16 +1,17 @@ |
|||
<?php |
|||
<?php |
|||
return [ |
|||
'labels' => [ |
|||
'Statement' => '余额流水', |
|||
'statement' => '余额流水', |
|||
], |
|||
'fields' => [ |
|||
'price' => '金额', |
|||
'type' => '类型', |
|||
'user_id' => '代理商id', |
|||
'price' => '变动金额', |
|||
'type' => '变动类型', |
|||
'user_id' => '商户id', |
|||
'user_type' => '用户类型', |
|||
'access_id' => '关联', |
|||
'access_type' => '关联类型 目前有订单 和提现', |
|||
'access_id' => '关联ID', |
|||
'access_type' => '流水类型', |
|||
'created_at' => '时间', |
|||
], |
|||
'options' => [ |
|||
], |
|||
|
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue