mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-03-30 13:13:25 +08:00
🔄refactor: 统一返回给前端的数据结构
This commit is contained in:
@@ -59,7 +59,7 @@ namespace OpenAuth.WebApi.Controllers
|
||||
/// 加载列表
|
||||
/// </summary>
|
||||
[HttpGet]
|
||||
public async Task<TableResp<FlowApprover>> Load([FromQuery] QueryApproverReq request)
|
||||
public async Task<PagedListDataResp<FlowApprover>> Load([FromQuery] QueryApproverReq request)
|
||||
{
|
||||
return await _app.Load(request);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user