司机到达途经点回调通知
接口说明: 回调接口
接口提供方: 美团
请求地址: https://{$domain}/api/open/callback/common/v1/notifyApproachPoint
服务协议: HTTPS/POST
请求参数:
参数名称 | 类型 | 必选 | 说明 |
---|---|---|---|
timestamp | long | Y | 时间戳 |
sign | string | Y | 签名 |
data | string | Y | 事件详情,json格式 |
data结构如下:
参数名称 | 类型 | 必选 | 说明 |
---|---|---|---|
orderId | string | Y | 美团订单号 |
spOrderId | string | Y | 三方订单号 |
driverId | string | Y | 司机id |
index | string | Y | 途径点序列号 |
driverLng | string | Y | 司机实时经度 |
driverLat | string | Y | 司机实时纬度 |
pointLng | string | Y | 途径点经度 |
pointLat | string | Y | 途径点纬度 |