```javascript
WXAPI.orderMtLocation(id)
```
+ id 订单id
```json
{
"code": 0,
"data": {
"order": {
"amount": 189,
"amountCard": 0,
"amountCoupons": 0,
"amountLogistics": 0,
"amountReal": 189,
"amountRefundTotal": 0,
"amountTax": 0,
"amountTaxGst": 0,
"amountTaxService": 0,
"autoDeliverStatus": 0,
"dateAdd": "2021-12-10 14:09:50",
"dateClose": "2021-12-10 14:20:50",
"dateUpdate": "2021-12-10 14:21:10",
"differHours": 102,
"goodsNumber": 1,
"hasRefund": false,
"id": 1238758,
"ip": "1.2.3.4",
"isCanHx": false,
"isDelUser": false,
"isEnd": false,
"isHasBenefit": false,
"isNeedLogistics": true,
"isPay": false,
"isScoreOrder": true,
"isSuccessPingtuan": false,
"jd8Status": 0,
"orderNumber": "21121014099510005",
"orderType": 0,
"periodAutoPay": false,
"pid": 0,
"qudanhao": "0005",
"refundStatus": 0,
"remark": "",
"score": 1,
"scoreDeduction": 0,
"shopId": 0,
"status": -1,
"statusStr": "订单关闭",
"trips": 0,
"type": 0,
"uid": 1351478,
"userId": 951
},
"location": {
"lat": 1233,
"lng": 456
}
},
"msg": "success"
}
```
+ order 参数详见订单详情接口说明
+ location 当前骑手的位置
- lat 纬度
- lng 经度