doctortakecash.php 1002 B

1234567891011121314151617181920212223242526272829
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Doctor_id' => '医生ID',
  5. 'Money' => '提现人民币金额',
  6. 'Plat_bilv' => '平台手续费百分比',
  7. 'Plat_money' => '平台手续费',
  8. 'Get_money' => '用户实得人民币金额',
  9. 'Type' => '提现方式',
  10. 'Type 1' => '支付宝',
  11. 'Type 2' => '银行卡',
  12. 'Type 3' => '微信',
  13. 'Acount_json' => '账号信息',
  14. 'Createtime' => '创建时间',
  15. 'Updatetime' => '更新时间',
  16. 'Status' => '状态',
  17. 'Status 0' => '待审核',
  18. 'Set status to 0'=> '设为待审核',
  19. 'Status 1' => '审核通过',
  20. 'Set status to 1'=> '设为审核通过',
  21. 'Status 2' => '审核驳回',
  22. 'Set status to 2'=> '设为审核驳回',
  23. 'Audittime' => '审核时间',
  24. 'Auditremark' => '审核备注',
  25. 'Doctor.nickname' => '昵称',
  26. 'Doctor.avatar' => '头像',
  27. 'Doctor.mobile' => '手机号'
  28. ];