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);