1
This commit is contained in:
@@ -392,7 +392,7 @@ func (c *DeliveryHandler) GetRiderInfo(orderId string, deliveryId int64, mtPeiso
|
||||
}
|
||||
|
||||
// 获取骑手位置
|
||||
lng, lat, err := api.MtpsAPI.RiderLocation(deliveryId, utils.Interface2String(order["mt_peisong_id"]))
|
||||
lng, lat, err := api.MtpsAPI.RiderLocation(deliveryId, mtPeisongId)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user