update 将所有page接口更改为post请求
This commit is contained in:
@@ -28,8 +28,8 @@ namespace Ewide.Core.Controller
|
||||
/// </summary>
|
||||
/// <param name="input"></param>
|
||||
/// <returns></returns>
|
||||
[HttpGet("/sysArea/page")]
|
||||
public async Task<dynamic> QueryAreaCodePageList([FromQuery] AreaCodeInput input)
|
||||
[HttpPost("/sysArea/page")]
|
||||
public async Task<dynamic> QueryAreaCodePageList([FromBody] AreaCodeInput input)
|
||||
{
|
||||
return (await _areaCodeService.QueryAreaCodePageList(input));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user