## 订单详情
~~~[api]
get:/index/order/details
*int:id=订单id#订单id
<<<
success
{
id:4,
status :0 , 0=待处理 1=处理中 2=已完成
img: "xxxxx", //现场图片
arrear:3344, //身份证后4
plate_number:"粤B-88888", //车牌
contact:"xxx"//联系人,
appoint_time:2018-8-9//预约时间,
phone:13854554//手机号,
address:"xxxxxx",
pay_status:0 //0=未支付 1=已支付
}
~~~