| 1234567891011121314151617181920212223242526272829 |
- <?php
- return [
- 'Id' => 'id',
- 'User_id' => '提现用户id',
- 'Name' => '用户名',
- 'Mobile' => '手机号',
- 'Type' => '金额来源',
- 'Type 0' => '服务者平台余额提现',
- 'Type 1' => '服务者商户余额提现',
- 'Type 2' => '商户平台余额提现',
- 'Type 3' => '服务者保证金提现',
- 'Type 4' => '商户保证金提现',
- 'Shop_id' => '商户id',
- 'Withdrawtype' => '提现方式',
- 'Withdrawtype 0' => '支付宝',
- 'Withdrawtype 1' => '银行卡',
- 'Withdraw_info' => '提现信息',
- 'Num' => '提现金额',
- 'Images' => '打款证明',
- 'State' => '提现状态',
- 'State -1' => '已拒绝',
- 'State 0' => '待审核',
- 'State 1' => '已审核',
- 'State 2' => '已转账',
- 'Note' => '拒绝原因',
- 'Createtime' => '创建时间',
- 'Updatetime' => '更新时间'
- ];
|