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.
21 lines
635 B
21 lines
635 B
3 months ago
|
<?php
|
||
|
|
||
|
return [
|
||
|
'User_id' => '会员ID',
|
||
|
'Money' => '金额',
|
||
|
'Handingfee' => '手续费',
|
||
|
'Taxes' => '税费',
|
||
|
'Type' => '类型',
|
||
|
'Account' => '提现账户',
|
||
|
'Memo' => '备注',
|
||
|
'Orderid' => '订单号',
|
||
|
'Transactionid' => '流水号',
|
||
|
'Status' => '状态',
|
||
|
'Status created' => '申请中',
|
||
|
'Status successed' => '成功',
|
||
|
'Status rejected' => '已拒绝',
|
||
|
'Transfertime' => '转账时间',
|
||
|
'Createtime' => '添加时间',
|
||
|
'Updatetime' => '更新时间'
|
||
|
];
|