细节调整

This commit is contained in:
yanghongwei 2025-03-31 21:39:32 +08:00
parent 25b3fc8321
commit bb1466689b
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ namespace LY.App.Controllers
/// </summary>
/// <param name="batchid"></param>
/// <returns></returns>
[HttpPost("detail")]
[HttpGet("detail")]
public async Task<IActionResult> detail(long batchid)
{
var result = await _alarmService.GetByBatchId(batchid);