ddrive_hy_order.php 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?php
  2. return [
  3. 'Out_trade_no' => '订单号',
  4. 'User_id' => '用户id',
  5. 'Mobile' => '下单人联系手机号',
  6. 'Start_mobile' => '发货地联系人手机号',
  7. 'Car_id' => '货运车id',
  8. 'Cargo_driver_id' => '货运司机',
  9. 'Type' => '类型',
  10. 'Type 1' => '即时单子',
  11. 'Type 2' => '预约单',
  12. 'Appointment_time' => '预约时间',
  13. 'Status' => '状态',
  14. 'Status -2' => '已超时',
  15. 'Status -1' => '已取消',
  16. 'Status 0' => '呼叫中',
  17. 'Status 1' => '已接单',
  18. 'Status 2' => '进行中',
  19. 'Status 3' => '待支付',
  20. 'Status 4' => '已到达',
  21. 'Status 5' => '待出发',
  22. 'Status 99' => '已完成',
  23. 'Status 7' => '临时单',
  24. 'Cancel_type' => '取消原因',
  25. 'Cancel_type 1' => '平台派单太远',
  26. 'Cancel_type 2' => '上车位置错误/找不到上车位置',
  27. 'Cancel_type 3' => '联系不上司机',
  28. 'Cancel_type 4' => '司机以各种理由不来接我',
  29. 'Cancel_type 5' => '司机要求取消订单',
  30. 'Cancel_type 6' => '司机原地不动或反方向行驶',
  31. 'Cancel_type 7' => '司机要求加价或现金交易',
  32. 'Cancel_type 8' => '司机迟到',
  33. 'Cancel_type 9' => '订单不显示车辆或司机',
  34. 'Cancel_type 10' => '行程有变',
  35. 'Cancel_type 11' => '目的地有误',
  36. 'Cancel_type 12' => '选择其他出行工具',
  37. 'Comment_status' => '评价',
  38. 'Comment_status 0' => '未评价',
  39. 'Comment_status 1' => '已评价',
  40. 'Complete_time' => '完成时间',
  41. 'Fail_time' => '取消时间',
  42. 'People_num' => '跟车人数',
  43. 'Demand' => '额外需求',
  44. 'Demand 1' => '搬运服务(和司机商议定价)',
  45. 'Demand 2' => '返程(附加40%路费)',
  46. 'Demand 3' => '电梯房(和司机商议定价)',
  47. 'Demand 4' => '小推车(免费)',
  48. 'Demand 5' => '拍照回单(免费)',
  49. 'Demand 6' => '纸质回单(商议价格)',
  50. 'Demand 7' => '代收货款(免费;货款上限一万元)',
  51. 'Order_price' => '订单价格',
  52. 'Discount_price' => '优惠后价格',
  53. 'Platform_service_fee' => '平台服务费',
  54. 'Distance' => '距离',
  55. 'Pay_type' => '支付类型',
  56. 'Pay_type 1' => '支付宝',
  57. 'Pay_type 2' => '微信',
  58. 'Pay_type 3' => '余额',
  59. 'Pay_method' => '支付方式',
  60. 'Pay_method 1' => '在线支付',
  61. 'Pay_method 2' => '货到付款',
  62. 'Pay_time' => '支付时间',
  63. 'Pay_number' => '支付单号',
  64. 'Remark' => '备注',
  65. 'Start' => '出发位置',
  66. 'Start_city' => '出发城市',
  67. 'Start_address' => '出发地址',
  68. 'Start_lat' => '出发维度',
  69. 'Start_lng' => '出发经度',
  70. 'Createtime' => '创建时间',
  71. 'Car.car_name' => '车辆',
  72. ];