修复bug

This commit is contained in:
18942506660
2024-03-26 17:46:17 +08:00
parent 2dc1c162e0
commit e6ae36845e

View File

@@ -134,7 +134,7 @@ namespace WMS.Web.Api.Controllers
/// </summary>
/// <param name="id"></param>
/// <returns></returns>
[HttpPost]
[HttpGet]
[Route("GetInfo/{id}")]
public async Task<Result<SubscribeNotificationInfoResponse>> GetInfo([FromRoute] int id)
{