## 订单详情
>接口说明
订单详细信息
>接口请求说明
HTTP请求格式: application/json
>接口参数说明
~~~[api]
get:/api/miniapp/orders/{id}?sessionId=
*string:id#订单ID
*string:sessionId#sessionID
<<<
success
{
"id": "4028e7a460dec37f0160dedc104c0002",
"orderNum": "DE15155674522330161",
"orderType": "delivery",
"createDate": 1515567452000,
"amount": 18,
"payAmount": 0,
"paymentMethod": 1,
"paymentStatus": 1,
"expireDate": null,
"orderStatus": 0,
"completeDate": null,
"deliveryStatus": 0,
"confirmStatus": 0,
"assignDate": null,
"confirmDate": null,
"processDate": 1515567452000,
"pickingDate": null,
"fromLocationName": "鹿城区广场路188号鹿城区行政中心1号楼",
"fromAddress": "广场路188号鹿城区行政中心1号楼",
"toLocationName": "鹿城区高新路25号",
"toAddress": "高新路25号",
"remarks": "尽快送到",
"paymentMethodLabel": "微信支付",
"paymentStatusLabel": "未支付",
"orderStatusLabel": "待支付",
"deliveryStatusLabel": "未接单",
"riderCollection": false,
"assignMode": 0,
"assignRiderId": null,
"assignRiderName": null,
"rewardAmount": 0,
"fromName": "温州美速食餐饮店",
"fromCellphone": "15869649360",
"fromLat": 28.020741,
"fromLng": 120.661726,
"toName": "陈大发",
"toCellphone": "15869649360",
"toLat": 27.979149621821,
"toLng": 120.641544044386,
"distance": 6.744,
"collection": null,
"payment": null,
"customRealName": null,
"customCellphone": "13588960670",
"customPhone": null,
"customDetailAddress": null,
"riderRealName": null,
"riderCellphone": null,
"riderAvatarUrl": null,
"logRes": null,
"bespeakPickupTime": "11:45"
}
<<<
error
{
"path": "/api/miniapp/orders/4028e7a460dec37f0160dedc104c00021",
"message": "订单不存在!",
"status": 404,
"timestamp": 1515571422549
}
~~~
>接口请求示例
~~~
/api/miniapp/orders/4028e7a460dec37f0160dedc104c00021?sessionId=8a9fb65b60da56c10160de100de700aa
~~~