|
@@ -16,6 +16,7 @@ using Microsoft.AspNetCore.Authorization;
|
|
|
using Microsoft.AspNetCore.Mvc;
|
|
|
using SqlSugar;
|
|
|
using XF.Domain.Cache;
|
|
|
+using XF.Domain.Exceptions;
|
|
|
using XF.Domain.Filters;
|
|
|
using XF.Domain.Repository;
|
|
|
|
|
@@ -568,7 +569,7 @@ namespace DataSharing.Host.Controllers
|
|
|
/// </summary>
|
|
|
/// <param name="dto"></param>
|
|
|
/// <returns></returns>
|
|
|
- [HttpPost("get-user-info-list")]
|
|
|
+ [HttpGet("get-user-info-list")]
|
|
|
[AllowAnonymous]
|
|
|
public async Task<PagedDto<DsUserTokenInfo>> GetUserInfoList([FromQuery] PagedKeywordRequest dto)
|
|
|
{
|