细节调整
This commit is contained in:
parent
25b3fc8321
commit
bb1466689b
|
|
@ -46,7 +46,7 @@ namespace LY.App.Controllers
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="batchid"></param>
|
/// <param name="batchid"></param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
[HttpPost("detail")]
|
[HttpGet("detail")]
|
||||||
public async Task<IActionResult> detail(long batchid)
|
public async Task<IActionResult> detail(long batchid)
|
||||||
{
|
{
|
||||||
var result = await _alarmService.GetByBatchId(batchid);
|
var result = await _alarmService.GetByBatchId(batchid);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue