You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
405 B
17 lines
405 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'Statement' => '余额流水',
|
|
'statement' => '余额流水',
|
|
],
|
|
'fields' => [
|
|
'price' => '金额',
|
|
'type' => '类型',
|
|
'user_id' => '代理商id',
|
|
'user_type' => '用户类型',
|
|
'access_id' => '关联',
|
|
'access_type' => '关联类型 目前有订单 和提现',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|