告警信息查询 确认接口新增

This commit is contained in:
huguanghan 2024-11-05 16:55:05 +08:00
parent 5736768af4
commit 49cf55856c

View File

@ -44,7 +44,7 @@ public class EventController {
/** /**
* 确认告警信息 * 确认告警信息
* @param deviceEventInfo 确认信息 * @param deviceEventInfoList 确认信息
*/ */
@PostMapping("/confirm") @PostMapping("/confirm")
public R<Void> confirmEvent(@RequestBody List<DeviceEventInfo> deviceEventInfoList){ public R<Void> confirmEvent(@RequestBody List<DeviceEventInfo> deviceEventInfoList){