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

@@ -47,8 +47,8 @@ namespace Ewide.Core.Service
/// </summary>
/// <param name="input"></param>
/// <returns></returns>
[HttpGet("/sysOrg/page")]
public async Task<dynamic> QueryOrgPageList([FromQuery] PageOrgInput input)
[HttpPost("/sysOrg/page")]
public async Task<dynamic> QueryOrgPageList([FromForm] PageOrgInput input)
{
var dataScopeList = GetDataScopeList(await GetUserDataScopeIdList());