From bb1466689bdda819422f7a5ff821740215898570 Mon Sep 17 00:00:00 2001 From: yanghongwei Date: Mon, 31 Mar 2025 21:39:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Controllers/AlarmController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/AlarmController.cs b/Controllers/AlarmController.cs index cd4ce84..ad08f7f 100644 --- a/Controllers/AlarmController.cs +++ b/Controllers/AlarmController.cs @@ -46,7 +46,7 @@ namespace LY.App.Controllers /// /// /// - [HttpPost("detail")] + [HttpGet("detail")] public async Task detail(long batchid) { var result = await _alarmService.GetByBatchId(batchid);