1234567891011121314151617181920212223242526272829 |
- <?php
- return [
- 'Id' => 'ID',
- 'Doctor_id' => '医生ID',
- 'Money' => '提现人民币金额',
- 'Plat_bilv' => '平台手续费百分比',
- 'Plat_money' => '平台手续费',
- 'Get_money' => '用户实得人民币金额',
- 'Type' => '提现方式',
- 'Type 1' => '支付宝',
- 'Type 2' => '银行卡',
- 'Type 3' => '微信',
- 'Acount_json' => '账号信息',
- 'Createtime' => '创建时间',
- 'Updatetime' => '更新时间',
- 'Status' => '状态',
- 'Status 0' => '待审核',
- 'Set status to 0'=> '设为待审核',
- 'Status 1' => '审核通过',
- 'Set status to 1'=> '设为审核通过',
- 'Status 2' => '审核驳回',
- 'Set status to 2'=> '设为审核驳回',
- 'Audittime' => '审核时间',
- 'Auditremark' => '审核备注',
- 'Doctor.nickname' => '昵称',
- 'Doctor.avatar' => '头像',
- 'Doctor.mobile' => '手机号'
- ];
|