|
@@ -82,7 +82,7 @@ public class IotInfoController {
|
|
|
return success(BeanUtils.toBean(pageResult, IotInfoRespVO.class));
|
|
|
}
|
|
|
|
|
|
- @GetMapping("/file/page")
|
|
|
+ @PostMapping("/file/page")
|
|
|
@Operation(summary = "获得资料分页")
|
|
|
@PreAuthorize("@ss.hasPermission('rq:iot-info:query')")
|
|
|
public CommonResult<PageResult<IotInfoRespVO>> getIotInfoFilePage(@Valid IotInfoPageReqVO pageReqVO) {
|