飞滴出行网约车2022-api-passenger 预估价格接口设计骨架编写2

master
yh 3 years ago
parent 54e3a8d08c
commit 315a41f098

@ -22,7 +22,7 @@ public class ForecastPriceController {
String destLongitude = forecastPriceDTO.getDestLongitude(); String destLongitude = forecastPriceDTO.getDestLongitude();
String destLatitude = forecastPriceDTO.getDestLatitude(); String destLatitude = forecastPriceDTO.getDestLatitude();
return priceService.forecastPrice(depLongitude,destLatitude,destLongitude,destLongitude); return priceService.forecastPrice(depLongitude,depLatitude,destLongitude,destLatitude);
} }
} }

Loading…
Cancel
Save