## 訂單詳情
~~~[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=已支付
}
~~~