Commit fbd6a447 by 高晓磊

场站管理摄像头requestMapping修改

parent 185ece7e
......@@ -21,6 +21,7 @@ import java.util.*;
* @author scol
*/
@RestController
@RequestMapping("/warehouse/api/cameraPlay")
public class StationCameraPlayController {
@Autowired
......@@ -32,7 +33,7 @@ public class StationCameraPlayController {
@Autowired
private WarehouseUserService warehouseUserService;
@GetMapping(value = "/warehouse/api/cameraPlay/getStationCameraTree")
@GetMapping(value = "/getStationCameraTree")
public ResponseObj<ArrayList<Map<String, Object>>> getStationCameraTree() throws Exception {
Page<KObject> kObjectPage = new Page<>();
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