update 将所有page接口更改为post请求
This commit is contained in:
@@ -31,8 +31,8 @@ namespace Ewide.Core.Service
|
||||
/// </summary>
|
||||
/// <param name="input"></param>
|
||||
/// <returns></returns>
|
||||
[HttpGet("/sysTimers/page")]
|
||||
public async Task<dynamic> GetJobPageList([FromQuery] JobInput input)
|
||||
[HttpPost("/sysTimers/page")]
|
||||
public async Task<dynamic> GetJobPageList([FromBody] JobInput input)
|
||||
{
|
||||
var jobList = await _schedulerCenter.GetJobList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user