POST api/Tencent/getOrderLbs
查询急速配送骑手当前位置
请求的信息
URI参数
None.
Body参数
getOrderLbsCondition| 名称 | 描述 | 类型 | 其它信息 |
|---|---|---|---|
| orderId |
订单号 |
string |
None. |
请求格式
application/json, text/json
Sample:
{
"orderId": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
响应信息
资源描述
CustomJsonResultOfgetOrderLbsResult| 名称 | 描述 | 类型 | 其它信息 |
|---|---|---|---|
| Content | getOrderLbsResult |
None. |
响应格式
application/json, text/json
Sample:
{
"content": {
"$id": "2",
"code": 1,
"message": "sample string 2",
"data": {
"$id": "3",
"lat": 1.1,
"lng": 2.1
}
}
}