tplink接口路径修改

This commit is contained in:
曹磊 2025-06-30 09:48:19 +08:00
parent d4b9c5920e
commit 687af989a8
4 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ import org.apache.shiro.authz.annotation.RequiresPermissions;
*/ */
@Api(tags="护理单元-物联管理-TPLINK告警日志信息") @Api(tags="护理单元-物联管理-TPLINK告警日志信息")
@RestController @RestController
@RequestMapping("/iot/alarmLog") @RequestMapping("/iot/tplink/alarmLog")
@Slf4j @Slf4j
public class AlarmLogController extends JeecgController<AlarmLog, IAlarmLogService> { public class AlarmLogController extends JeecgController<AlarmLog, IAlarmLogService> {
@Autowired @Autowired

View File

@ -40,7 +40,7 @@ import org.jeecg.common.aspect.annotation.AutoLog;
*/ */
@Api(tags="护理单元-物联管理-摄像头信息") @Api(tags="护理单元-物联管理-摄像头信息")
@RestController @RestController
@RequestMapping("/iot/cameraInfo") @RequestMapping("/iot/tplink/cameraInfo")
@Slf4j @Slf4j
public class CameraInfoController extends JeecgController<CameraInfo, ICameraInfoService> { public class CameraInfoController extends JeecgController<CameraInfo, ICameraInfoService> {
@Autowired @Autowired

View File

@ -33,7 +33,7 @@ import java.util.List;
*/ */
@Api(tags="护理单元-物联管理-TPLINK项目信息") @Api(tags="护理单元-物联管理-TPLINK项目信息")
@RestController @RestController
@RequestMapping("/iot/projectInfo") @RequestMapping("/iot/tplink/projectInfo")
@Slf4j @Slf4j
public class ProjectInfoController extends JeecgController<ProjectInfo, IProjectInfoService> { public class ProjectInfoController extends JeecgController<ProjectInfo, IProjectInfoService> {
@Autowired @Autowired

View File

@ -29,7 +29,7 @@ import java.util.List;
*/ */
@Api(tags="护理单元-物联管理-TPLINK分组信息") @Api(tags="护理单元-物联管理-TPLINK分组信息")
@RestController @RestController
@RequestMapping("/iot/regionInfo") @RequestMapping("/iot/tplink/regionInfo")
@Slf4j @Slf4j
public class RegionInfoController extends JeecgController<RegionInfo, IRegionInfoService> { public class RegionInfoController extends JeecgController<RegionInfo, IRegionInfoService> {
@Autowired @Autowired