Commit fbd6a447 by 高晓磊

场站管理摄像头requestMapping修改

parent 185ece7e
...@@ -21,6 +21,7 @@ import java.util.*; ...@@ -21,6 +21,7 @@ import java.util.*;
* @author scol * @author scol
*/ */
@RestController @RestController
@RequestMapping("/warehouse/api/cameraPlay")
public class StationCameraPlayController { public class StationCameraPlayController {
@Autowired @Autowired
...@@ -32,7 +33,7 @@ public class StationCameraPlayController { ...@@ -32,7 +33,7 @@ public class StationCameraPlayController {
@Autowired @Autowired
private WarehouseUserService warehouseUserService; private WarehouseUserService warehouseUserService;
@GetMapping(value = "/warehouse/api/cameraPlay/getStationCameraTree") @GetMapping(value = "/getStationCameraTree")
public ResponseObj<ArrayList<Map<String, Object>>> getStationCameraTree() throws Exception { public ResponseObj<ArrayList<Map<String, Object>>> getStationCameraTree() throws Exception {
Page<KObject> kObjectPage = new Page<>(); Page<KObject> kObjectPage = new Page<>();
kObjectPage.setPageNo(1); kObjectPage.setPageNo(1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment