12345678910111213141516171819202122 |
- <?php
- return [
- 'Id' => 'ID',
- 'Order_no' => '单号',
- 'User_id' => '用户ID',
- 'Money' => '提现金额',
- 'General_money' => '到账金额',
- 'Server_money' => '服务费',
- 'Alipay_account' => '支付宝账号',
- 'Remark' => '备注',
- 'Status' => '状态',
- 'Status 1' => '待处理',
- 'Status 2' => '已通过',
- 'Status 3' => '已拒绝',
- 'Deal_time' => '打款时间',
- 'Createtime' => '创建时间',
- 'Updatetime' => '更新时间',
- 'Audittime' => '审核时间',
- 'Auditremark' => '审核备注',
- 'User.username' => '用户名'
- ];
|