123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?php
- return [
- 'Id' => 'ID',
- 'Order_no' => '订单号',
- 'Product_id' => '产品ID',
- 'Product_name' => '产品名',
- 'User_id' => '用户ID',
- 'Createtime' => '报名时间',
- 'Pay_fee' => '总价格',
- 'Status' => '支付状态',
- 'Status 0' => '待付款',
- 'Status 1' => '待出行',
- 'Status 2' => '已完成',
- 'Status 10' => '已取消',
- 'Status 21' => '售后中',
- 'Status 22' => '已退款',
- 'Paytime' => '支付时间',
- 'Realname' => '姓名',
- 'Mobile' => '手机号',
- 'Road_id' => '路线id',
- 'Roadtype' => '类型',
- 'Roadtype 1' => '去程',
- 'Roadtype 2' => '返程',
- 'Roadtype 3' => '往返',
- 'Roadname' => '路线名',
- 'Ticket_str' => '票备注',
- 'Cancle_time' => '取消时间',
- 'Refund_reason' => '退款原因',
- 'Refund_time' => '退款时间',
- 'Refund_remark' => '退款备注',
- 'Refund_fee' => '退款额度',
- 'Share_uid' => '分享用户id',
- 'Jxtype' => '是否经销商用',
- 'Jxtype 0' => '否',
- 'Jxtype 1' => '是',
- 'Product.name' => '主标题',
- 'Usera.nickname' => '用户昵称',
- 'Usera.mobile' => '用户手机号',
- 'Userb.nickname' => '分享人昵称',
- 'Userb.mobile' => '分享人手机号',
- 'Go_chufatime' => '去程出发时间',
- 'Back_chufatime' => '返程出发时间',
- 'Go_chufaname' => '去程出发地',
- 'Back_chufaname' => '返程出发地',
- 'Finishtime' => '完成时间',
- 'Pay_out_trade_no' => '微信支付订单号',
- ];
|