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.
19 lines
565 B
19 lines
565 B
3 months ago
|
<?php
|
||
|
|
||
|
return [
|
||
|
'User_id' => 'UID',
|
||
|
'User.username' => '用户名',
|
||
|
'Money' => '变更余额',
|
||
|
'Before' => '变更前余额',
|
||
|
'After' => '变更后余额',
|
||
|
'Memo' => '备注',
|
||
|
'Type' => '业务类型',
|
||
|
'Type pay' => '商品交易',
|
||
|
'Type groups' => '拼团交易',
|
||
|
'Type recharge' => '充值',
|
||
|
'Type withdraw' => '提现',
|
||
|
'Type refund' => '退款',
|
||
|
'Type sys' => '系统业务',
|
||
|
'Service_ids' => '业务ID',
|
||
|
'Createtime' => '创建时间'
|
||
|
];
|