[684][data-center]下载轨迹请求调用添加返回值
This commit is contained in:
@@ -456,8 +456,8 @@ class MoGoAutopilotControlProvider :
|
||||
autoPilotLine: AutopilotControlParameters.AutoPilotLine,
|
||||
routeInfo: MessagePad.RouteInfo?,
|
||||
orderId: String?
|
||||
) {
|
||||
AdasManager.getInstance()
|
||||
): Long {
|
||||
return AdasManager.getInstance()
|
||||
.sendTrajectoryDownloadReq(autoPilotLine.toAutoPilotLine(), routeInfo, orderId)
|
||||
}
|
||||
|
||||
@@ -466,8 +466,8 @@ class MoGoAutopilotControlProvider :
|
||||
downloadType: Int,
|
||||
routeInfo: MessagePad.RouteInfo?,
|
||||
orderId: String?
|
||||
) {
|
||||
AdasManager.getInstance().sendTrajectoryDownloadReq(
|
||||
): Long {
|
||||
return AdasManager.getInstance().sendTrajectoryDownloadReq(
|
||||
autoPilotLine.toAutoPilotLine(),
|
||||
downloadType,
|
||||
routeInfo,
|
||||
|
||||
Reference in New Issue
Block a user