12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?php
- return [
- 'Out_trade_no' => '订单号',
- 'User_id' => '用户id',
- 'Mobile' => '下单人联系手机号',
- 'Start_mobile' => '发货地联系人手机号',
- 'Car_id' => '货运车id',
- 'Cargo_driver_id' => '货运司机',
- 'Type' => '类型',
- 'Type 1' => '即时单子',
- 'Type 2' => '预约单',
- 'Appointment_time' => '预约时间',
- 'Status' => '状态',
- 'Status -2' => '已超时',
- 'Status -1' => '已取消',
- 'Status 0' => '呼叫中',
- 'Status 1' => '已接单',
- 'Status 2' => '进行中',
- 'Status 3' => '待支付',
- 'Status 4' => '已到达',
- 'Status 5' => '待出发',
- 'Status 99' => '已完成',
- 'Status 7' => '临时单',
- 'Cancel_type' => '取消原因',
- 'Cancel_type 1' => '平台派单太远',
- 'Cancel_type 2' => '上车位置错误/找不到上车位置',
- 'Cancel_type 3' => '联系不上司机',
- 'Cancel_type 4' => '司机以各种理由不来接我',
- 'Cancel_type 5' => '司机要求取消订单',
- 'Cancel_type 6' => '司机原地不动或反方向行驶',
- 'Cancel_type 7' => '司机要求加价或现金交易',
- 'Cancel_type 8' => '司机迟到',
- 'Cancel_type 9' => '订单不显示车辆或司机',
- 'Cancel_type 10' => '行程有变',
- 'Cancel_type 11' => '目的地有误',
- 'Cancel_type 12' => '选择其他出行工具',
- 'Comment_status' => '评价',
- 'Comment_status 0' => '未评价',
- 'Comment_status 1' => '已评价',
- 'Complete_time' => '完成时间',
- 'Fail_time' => '取消时间',
- 'People_num' => '跟车人数',
- 'Demand' => '额外需求',
- 'Demand 1' => '搬运服务(和司机商议定价)',
- 'Demand 2' => '返程(附加40%路费)',
- 'Demand 3' => '电梯房(和司机商议定价)',
- 'Demand 4' => '小推车(免费)',
- 'Demand 5' => '拍照回单(免费)',
- 'Demand 6' => '纸质回单(商议价格)',
- 'Demand 7' => '代收货款(免费;货款上限一万元)',
- 'Order_price' => '订单价格',
- 'Discount_price' => '优惠后价格',
- 'Platform_service_fee' => '平台服务费',
- 'Distance' => '距离',
- 'Pay_type' => '支付类型',
- 'Pay_type 1' => '支付宝',
- 'Pay_type 2' => '微信',
- 'Pay_type 3' => '余额',
- 'Pay_method' => '支付方式',
- 'Pay_method 1' => '在线支付',
- 'Pay_method 2' => '货到付款',
- 'Pay_time' => '支付时间',
- 'Pay_number' => '支付单号',
- 'Remark' => '备注',
- 'Start' => '出发位置',
- 'Start_city' => '出发城市',
- 'Start_address' => '出发地址',
- 'Start_lat' => '出发维度',
- 'Start_lng' => '出发经度',
- 'Createtime' => '创建时间',
- 'Car.car_name' => '车辆',
- ];
|