|
@@ -115,7 +115,6 @@ public interface OtmsFeign {
|
|
@GetMapping("/api/v1/otms/pathDisplay/getCurrentLocation")
|
|
@GetMapping("/api/v1/otms/pathDisplay/getCurrentLocation")
|
|
public RESTfulResult getCurrentLocation(@RequestParam("capcityNumber") String capcityNumber) throws Exception;
|
|
public RESTfulResult getCurrentLocation(@RequestParam("capcityNumber") String capcityNumber) throws Exception;
|
|
|
|
|
|
-<<<<<<< HEAD
|
|
|
|
//获取地图顶点
|
|
//获取地图顶点
|
|
@GetMapping(value = "/api/v1/otms/mapvertexs/findAllAvailableVertex")
|
|
@GetMapping(value = "/api/v1/otms/mapvertexs/findAllAvailableVertex")
|
|
public RESTfulResult findAllAvailableVertex();
|
|
public RESTfulResult findAllAvailableVertex();
|
|
@@ -123,12 +122,13 @@ public interface OtmsFeign {
|
|
//获取最佳路径
|
|
//获取最佳路径
|
|
@GetMapping(value = "/api/v1/otms/mapvertexs/getObtainTheOptimalPath")
|
|
@GetMapping(value = "/api/v1/otms/mapvertexs/getObtainTheOptimalPath")
|
|
public RESTfulResult getObtainTheOptimalPath(@RequestParam("startPoint") String startPoint,@RequestParam("endPoint") String endPoint) throws Exception;
|
|
public RESTfulResult getObtainTheOptimalPath(@RequestParam("startPoint") String startPoint,@RequestParam("endPoint") String endPoint) throws Exception;
|
|
-=======
|
|
|
|
|
|
+
|
|
@PostMapping("/api/v1/otms/pathDisplay/offLineWarn")
|
|
@PostMapping("/api/v1/otms/pathDisplay/offLineWarn")
|
|
public String offLineWarn(@RequestParam(value = "data") String data) throws Exception;
|
|
public String offLineWarn(@RequestParam(value = "data") String data) throws Exception;
|
|
|
|
+
|
|
@PostMapping("/api/v1/otms/pathDisplay/parkWarn")
|
|
@PostMapping("/api/v1/otms/pathDisplay/parkWarn")
|
|
public String parkWarn(@RequestParam(value = "data",required = false) String data) throws Exception;
|
|
public String parkWarn(@RequestParam(value = "data",required = false) String data) throws Exception;
|
|
|
|
+
|
|
@PostMapping("/api/v1/otms/pathDisplay/abnormalLineWarn")
|
|
@PostMapping("/api/v1/otms/pathDisplay/abnormalLineWarn")
|
|
public String abnormalLineWarn(@RequestParam(value = "data") String data) throws Exception;
|
|
public String abnormalLineWarn(@RequestParam(value = "data") String data) throws Exception;
|
|
->>>>>>> bbca852991e7e93de2d881fe866fef87ad72b0e2
|
|
|
|
}
|
|
}
|