|
@ -628,7 +628,7 @@ public class DcDeviceController extends BaseController { |
|
|
public AjaxResult listPagerDeviceEvents( |
|
|
public AjaxResult listPagerDeviceEvents( |
|
|
@PathVariable @Parameter(description = "设备ID") String deviceId, |
|
|
@PathVariable @Parameter(description = "设备ID") String deviceId, |
|
|
@PathVariable @Parameter(description = "事件ID") String type, |
|
|
@PathVariable @Parameter(description = "事件ID") String type, |
|
|
@Parameter(hidden = true) HashMap<String, Object> queryParam |
|
|
@RequestParam @Parameter(hidden = true) HashMap<String, Object> queryParam |
|
|
) throws HttpException, IOException { |
|
|
) throws HttpException, IOException { |
|
|
|
|
|
|
|
|
if (!StringUtils.hasText(deviceId) || !StringUtils.hasText(type)) { |
|
|
if (!StringUtils.hasText(deviceId) || !StringUtils.hasText(type)) { |
|
|