1234567891011121314151617181920212223242526272829 |
- <?php
- return [
- 'Id' => 'ID',
- 'User_id' => '用户ID',
- 'Wallet_id' => '提现金额ID',
- 'Number' => '提现金额',
- 'Money' => '可得金额',
- 'Alipay_account' => '支付宝账号',
- 'Status' => '状态',
- 'Status 0' => '待审核',
- 'Status 1' => '审核通过',
- 'Status 2' => '审核驳回',
- 'Createtime' => '创建时间',
- 'Updatetime' => '更新时间',
- 'Audittime' => '审核时间',
- 'Auditremark' => '审核备注',
- 'Type' => '账户类型',
- 'Type 1' => '支付宝',
- 'Type 2' => '银行卡',
- 'Intro_uid' => '推荐人UID',
- 'Intro_money' => '推荐人可得金额',
- 'User.nickname' => '用户昵称',
- 'User.mobile' => '用户手机号',
- 'Withdrawalconfig.money' => '显示金额',
- 'Userto.nickname' => '推荐人昵称',
- 'Userto.mobile' => '推荐人手机号',
- 'Realname' => '账户真实姓名'
- ];
|