摄像头定位接口

pull/4/head
dearlin 2024-02-22 17:31:28 +08:00
parent 0fbddd5f62
commit 7fcbffb803
1 changed files with 314 additions and 274 deletions

View File

@ -31,7 +31,10 @@ public class VideoManagerController extends BaseController {
private VideoManagerService videomanagerService;
@Autowired
private TokenService tokenService;
/**
/**
*
*
* @param
* @throws Exception
*/
@ -59,7 +62,9 @@ public class VideoManagerController extends BaseController {
return map;
}
/**
/**
*
*
* @param out
* @throws Exception
*/
@ -81,7 +86,9 @@ public class VideoManagerController extends BaseController {
return map;
}
/**
/**
*
*
* @param
* @throws Exception
*/
@ -101,7 +108,9 @@ public class VideoManagerController extends BaseController {
return map;
}
/**
/**
*
*
* @param
* @throws Exception
*/
@ -123,7 +132,9 @@ public class VideoManagerController extends BaseController {
return map;
}
/**ID
/**
* ID
*
* @param
* @throws Exception
*/
@ -141,7 +152,9 @@ public class VideoManagerController extends BaseController {
return map;
}
/**
/**
*
*
* @param page
* @throws Exception
*/
@ -166,6 +179,23 @@ public class VideoManagerController extends BaseController {
map.put("result", errInfo);
return map;
}
/**
* @Description:
* @Author: dearLin
* @Date: 2024/2/22/022 17:25
* @Param: [] []
* @Return: java.lang.Object
*/
@RequestMapping(value = "/setPositioning")
@ResponseBody
public Object setPositioning() throws Exception {
PageData pageData = getPageData();
PLSUtil.GeneralPut("/device/camera", pageData, Jurisdiction.getCORPINFO_ID());
return ReturnMap.ok();
}
@RequestMapping(value = "/getISshow")
@ResponseBody
public Object getISshow() throws Exception {
@ -184,6 +214,7 @@ public class VideoManagerController extends BaseController {
map.put("result", errInfo);
return map;
}
@RequestMapping(value = "/editIsShow")
@ResponseBody
public Object editIsShow() throws Exception {
@ -202,7 +233,10 @@ public class VideoManagerController extends BaseController {
map.put("result", errInfo);
return map;
}
/**
/**
*
*
* @param
* @throws Exception
*/
@ -220,6 +254,7 @@ public class VideoManagerController extends BaseController {
map.put("result", errInfo);
return map;
}
@RequestMapping(value = "/govideo")
@ResponseBody
public Object govideo() throws Exception {
@ -234,6 +269,7 @@ public class VideoManagerController extends BaseController {
map.put("result", errInfo);
return map;
}
@RequestMapping(value = "/govideoall")
@ResponseBody
public Object govideoall() throws Exception {
@ -256,7 +292,9 @@ public class VideoManagerController extends BaseController {
return map;
}
/**
/**
*
*
* @param
* @throws Exception
*/
@ -281,7 +319,9 @@ public class VideoManagerController extends BaseController {
return map;
}
/**excel
/**
* excel
*
* @param
* @throws Exception
*/