代码调整

This commit is contained in:
tiger_zhou 2023-09-12 16:58:55 +08:00
parent 50874a526c
commit 84e79a7b66

View File

@ -42,7 +42,7 @@ public class AlertRecordController {
this.alertRecordService = alertRecordService;
}
@GetMapping("/confirm/{recordId}/{tipType}")
@GetMapping("/confirm/{recordId}")
@SecurityRequirement(name = "jwt")
@Operation(summary = "报警信息确认")
@ApiResponse(description = "报警信息确认")