diff --git a/src/WMS.Web.Api/Controllers/SubscribeNotificationController.cs b/src/WMS.Web.Api/Controllers/SubscribeNotificationController.cs index 526de4e2..4d729e39 100644 --- a/src/WMS.Web.Api/Controllers/SubscribeNotificationController.cs +++ b/src/WMS.Web.Api/Controllers/SubscribeNotificationController.cs @@ -134,7 +134,7 @@ namespace WMS.Web.Api.Controllers /// /// /// - [HttpPost] + [HttpGet] [Route("GetInfo/{id}")] public async Task> GetInfo([FromRoute] int id) {