order.php 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Order_no' => '订单号',
  5. 'Product_id' => '产品ID',
  6. 'Product_name' => '产品名',
  7. 'User_id' => '用户ID',
  8. 'Createtime' => '报名时间',
  9. 'Pay_fee' => '总价格',
  10. 'Status' => '支付状态',
  11. 'Status 0' => '待付款',
  12. 'Status 1' => '待出行',
  13. 'Status 2' => '已完成',
  14. 'Status 10' => '已取消',
  15. 'Status 21' => '售后中',
  16. 'Status 22' => '已退款',
  17. 'Paytime' => '支付时间',
  18. 'Realname' => '姓名',
  19. 'Mobile' => '手机号',
  20. 'Road_id' => '路线id',
  21. 'Roadtype' => '类型',
  22. 'Roadtype 1' => '去程',
  23. 'Roadtype 2' => '返程',
  24. 'Roadtype 3' => '往返',
  25. 'Roadname' => '路线名',
  26. 'Ticket_str' => '票备注',
  27. 'Cancle_time' => '取消时间',
  28. 'Refund_reason' => '退款原因',
  29. 'Refund_time' => '退款时间',
  30. 'Refund_remark' => '退款备注',
  31. 'Refund_fee' => '退款额度',
  32. 'Share_uid' => '分享用户id',
  33. 'Jxtype' => '是否经销商用',
  34. 'Jxtype 0' => '否',
  35. 'Jxtype 1' => '是',
  36. 'Product.name' => '主标题',
  37. 'Usera.nickname' => '用户昵称',
  38. 'Usera.mobile' => '用户手机号',
  39. 'Userb.nickname' => '分享人昵称',
  40. 'Userb.mobile' => '分享人手机号',
  41. 'Go_chufatime' => '去程出发时间',
  42. 'Back_chufatime' => '返程出发时间',
  43. 'Go_chufaname' => '去程出发地',
  44. 'Back_chufaname' => '返程出发地',
  45. 'Finishtime' => '完成时间',
  46. 'Pay_out_trade_no' => '微信支付订单号',
  47. ];