123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- <?php
- return [
- 'User_id' => '用户',
- 'Mobile' => '下单人联系手机号',
- 'Start_mobile' => '发货地联系人手机号',
- 'Cargo_driver_id' => '代驾人',
- 'Map' => '地图',
- 'Start' => '出发位置',
- 'Start_city' => '出发城市',
- 'Start_address' => '出发地址',
- 'Start_latitude' => '出发维度',
- 'Start_longitude' => '出发经度',
- 'End' => '目的地位置',
- 'End_city' => '目的地城市',
- 'End_address' => '目的地地址',
- 'End_latitude' => '目的地维度',
- 'End_longitude' => '目的地经度',
- 'Distance' => '距离',
- 'Duration' => '时间',
- 'Estimated_price' => '预计费用',
- 'Price' => '实际费用',
- 'Status' => '状态',
- 'Status -2' => '已超时',
- 'Status -1' => '已取消',
- 'Status 0' => '呼叫中',
- 'Status 1' => '已接单',
- 'Status 2' => '进行中',
- 'Status 3' => '待支付',
- 'Status 4' => '已到达',
- 'Status 5' => '待出发',
- 'Status 99' => '已完成',
- 'Status 7' => '临时单',
- 'Comment_status' => '评价',
- 'Comment_status 0' => '未评价',
- 'Comment_status 1' => '已评价',
- 'Type' => '订单类型',
- 'Type 1' => '即时单',
- 'Type 2' => '预约单',
- 'Appointment_time' => '预约时间',
- 'Createtime' => '创建时间',
- 'User.id' => 'ID',
- 'User.group_id' => '组别ID',
- 'User.username' => '用户名',
- 'User.nickname' => '昵称',
- 'User.password' => '密码',
- 'User.salt' => '密码盐',
- 'User.email' => '电子邮箱',
- 'User.mobile' => '用户手机号',
- 'User.avatar' => '头像',
- 'User.level' => '等级',
- 'User.gender' => '性别',
- 'User.birthday' => '生日',
- 'User.bio' => '格言',
- 'User.money' => '余额',
- 'User.score' => '积分',
- 'User.successions' => '连续登录天数',
- 'User.maxsuccessions' => '最大连续登录天数',
- 'User.prevtime' => '上次登录时间',
- 'User.logintime' => '登录时间',
- 'User.loginip' => '登录IP',
- 'User.loginfailure' => '失败次数',
- 'User.joinip' => '加入IP',
- 'User.jointime' => '加入时间',
- 'User.createtime' => '创建时间',
- 'User.updatetime' => '更新时间',
- 'User.token' => 'Token',
- 'User.openid' => 'openid',
- 'User.status' => '状态',
- 'User.verification' => '验证',
- 'Driver.mobile' => '代驾人手机号',
- 'Platform_service_fee' => '平台服务费',
- 'Cancel_type' => '取消原因',
- 'Cancel_type 0' => '无',
- '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' => '选择其他出行工具',
- 'Demand' => '额外需求',
- 'Demand 1' => '搬运服务(和司机商议定价)',
- 'Demand 2' => '返程(附加40%路费)',
- 'Demand 3' => '电梯房(和司机商议定价)',
- 'Demand 4' => '小推车(免费)',
- 'Demand 5' => '拍照回单(免费)',
- 'Demand 6' => '纸质回单(商议价格)',
- 'Demand 7' => '代收货款(免费;货款上限一万元)',
- 'Is_transport ' => '搬运状态',
- 'Is_transport 0' => '否',
- 'Is_transport 1' => '是',
- 'Pay_type ' => '支付类型',
- 'Pay_type 1' => '支付宝',
- 'Pay_type 2' => '微信',
- 'Pay_type 3' => '余额',
- 'Pay_method ' => '支付方式',
- 'Pay_method 1' => '在线支付',
- 'Pay_method 2' => '货到付款',
- ];
|