摄像头定位接口

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; private VideoManagerService videomanagerService;
@Autowired @Autowired
private TokenService tokenService; private TokenService tokenService;
/**
/**
*
*
* @param * @param
* @throws Exception * @throws Exception
*/ */
@ -59,7 +62,9 @@ public class VideoManagerController extends BaseController {
return map; return map;
} }
/** /**
*
*
* @param out * @param out
* @throws Exception * @throws Exception
*/ */
@ -81,7 +86,9 @@ public class VideoManagerController extends BaseController {
return map; return map;
} }
/** /**
*
*
* @param * @param
* @throws Exception * @throws Exception
*/ */
@ -101,7 +108,9 @@ public class VideoManagerController extends BaseController {
return map; return map;
} }
/** /**
*
*
* @param * @param
* @throws Exception * @throws Exception
*/ */
@ -123,7 +132,9 @@ public class VideoManagerController extends BaseController {
return map; return map;
} }
/**ID /**
* ID
*
* @param * @param
* @throws Exception * @throws Exception
*/ */
@ -141,7 +152,9 @@ public class VideoManagerController extends BaseController {
return map; return map;
} }
/** /**
*
*
* @param page * @param page
* @throws Exception * @throws Exception
*/ */
@ -166,6 +179,23 @@ public class VideoManagerController extends BaseController {
map.put("result", errInfo); map.put("result", errInfo);
return map; 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") @RequestMapping(value = "/getISshow")
@ResponseBody @ResponseBody
public Object getISshow() throws Exception { public Object getISshow() throws Exception {
@ -184,6 +214,7 @@ public class VideoManagerController extends BaseController {
map.put("result", errInfo); map.put("result", errInfo);
return map; return map;
} }
@RequestMapping(value = "/editIsShow") @RequestMapping(value = "/editIsShow")
@ResponseBody @ResponseBody
public Object editIsShow() throws Exception { public Object editIsShow() throws Exception {
@ -202,7 +233,10 @@ public class VideoManagerController extends BaseController {
map.put("result", errInfo); map.put("result", errInfo);
return map; return map;
} }
/**
/**
*
*
* @param * @param
* @throws Exception * @throws Exception
*/ */
@ -220,6 +254,7 @@ public class VideoManagerController extends BaseController {
map.put("result", errInfo); map.put("result", errInfo);
return map; return map;
} }
@RequestMapping(value = "/govideo") @RequestMapping(value = "/govideo")
@ResponseBody @ResponseBody
public Object govideo() throws Exception { public Object govideo() throws Exception {
@ -234,6 +269,7 @@ public class VideoManagerController extends BaseController {
map.put("result", errInfo); map.put("result", errInfo);
return map; return map;
} }
@RequestMapping(value = "/govideoall") @RequestMapping(value = "/govideoall")
@ResponseBody @ResponseBody
public Object govideoall() throws Exception { public Object govideoall() throws Exception {
@ -256,7 +292,9 @@ public class VideoManagerController extends BaseController {
return map; return map;
} }
/** /**
*
*
* @param * @param
* @throws Exception * @throws Exception
*/ */
@ -281,7 +319,9 @@ public class VideoManagerController extends BaseController {
return map; return map;
} }
/**excel /**
* excel
*
* @param * @param
* @throws Exception * @throws Exception
*/ */