update 将所有page接口更改为post请求

This commit is contained in:
2021-04-30 09:39:27 +08:00
parent 5955f212ae
commit 258bc632f6
31 changed files with 227 additions and 226 deletions

View File

@@ -169,7 +169,7 @@ namespace Ewide.Core.Service
/// 退出
/// </summary>
/// <returns></returns>
[HttpGet("/logout")]
[HttpPost("/logout")]
public async Task LogoutAsync()
{
_httpContextAccessor.SignoutToSwagger();