tplink接口路径修改
This commit is contained in:
parent
bf9e7f4cb8
commit
6798015fdb
|
@ -47,7 +47,7 @@ import org.apache.shiro.authz.annotation.RequiresPermissions;
|
|||
*/
|
||||
@Api(tags="护理单元-物联管理-TPLINK告警日志信息")
|
||||
@RestController
|
||||
@RequestMapping("/iot/alarmLog")
|
||||
@RequestMapping("/iot/tplink/alarmLog")
|
||||
@Slf4j
|
||||
public class AlarmLogController extends JeecgController<AlarmLog, IAlarmLogService> {
|
||||
@Autowired
|
||||
|
|
|
@ -41,7 +41,7 @@ import org.jeecg.common.aspect.annotation.AutoLog;
|
|||
*/
|
||||
@Api(tags="护理单元-物联管理-摄像头信息")
|
||||
@RestController
|
||||
@RequestMapping("/iot/cameraInfo")
|
||||
@RequestMapping("/iot/tplink/cameraInfo")
|
||||
@Slf4j
|
||||
public class CameraInfoController extends JeecgController<CameraInfo, ICameraInfoService> {
|
||||
@Autowired
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.util.List;
|
|||
*/
|
||||
@Api(tags="护理单元-物联管理-TPLINK项目信息")
|
||||
@RestController
|
||||
@RequestMapping("/iot/projectInfo")
|
||||
@RequestMapping("/iot/tplink/projectInfo")
|
||||
@Slf4j
|
||||
public class ProjectInfoController extends JeecgController<ProjectInfo, IProjectInfoService> {
|
||||
@Autowired
|
||||
|
|
|
@ -29,7 +29,7 @@ import java.util.List;
|
|||
*/
|
||||
@Api(tags="护理单元-物联管理-TPLINK分组信息")
|
||||
@RestController
|
||||
@RequestMapping("/iot/regionInfo")
|
||||
@RequestMapping("/iot/tplink/regionInfo")
|
||||
@Slf4j
|
||||
public class RegionInfoController extends JeecgController<RegionInfo, IRegionInfoService> {
|
||||
@Autowired
|
||||
|
|
Loading…
Reference in New Issue