orderrefund.php 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. return [
  3. 'Id' => 'id',
  4. 'User_id' => '用户id',
  5. 'Name' => '姓名',
  6. 'Mobile' => '手机号',
  7. 'Email' => '电子邮箱',
  8. 'Order_table' => '预约类型',
  9. 'Order_table 1' => '售课',
  10. 'Order_table 2' => '试课',
  11. 'Order_id' => '预约单id',
  12. 'Order_no' => '订单号',
  13. 'Try_createtime' => '试课记录报名时间',
  14. 'Slot_starttime' => '售课课程表开始时间',
  15. 'Paytype' => '支付类型',
  16. 'Paytype 1' => '课程套餐',
  17. 'Paytype 2' => '线上付款',
  18. 'Reason_files' => '医疗文件或支持文件',
  19. 'Remark' => '其他备注信息',
  20. 'Createtime' => '创建时间',
  21. 'Updatetime' => '更新时间',
  22. 'Status' => '状态',
  23. 'Status 0' => '待审核',
  24. 'Status 1' => '审核通过',
  25. 'Status 2' => '审核驳回',
  26. 'Audittime' => '审核时间',
  27. 'Auditremark' => '审核备注',
  28. 'User.firstname' => '名',
  29. 'User.lastname' => '姓'
  30. ];