修复bug
This commit is contained in:
@@ -134,7 +134,7 @@ namespace WMS.Web.Api.Controllers
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="id"></param>
|
/// <param name="id"></param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
[HttpPost]
|
[HttpGet]
|
||||||
[Route("GetInfo/{id}")]
|
[Route("GetInfo/{id}")]
|
||||||
public async Task<Result<SubscribeNotificationInfoResponse>> GetInfo([FromRoute] int id)
|
public async Task<Result<SubscribeNotificationInfoResponse>> GetInfo([FromRoute] int id)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user