|
@@ -3,6 +3,7 @@ using System.Threading.Tasks;
|
|
|
using GxPress.Entity;
|
|
|
using GxPress.Repository.Interface;
|
|
|
using GxPress.Request.ArticleGroup;
|
|
|
+using GxPress.Result.ArticleGroupUser;
|
|
|
using Microsoft.AspNetCore.Authorization;
|
|
|
using Microsoft.AspNetCore.Mvc;
|
|
|
|
|
@@ -40,7 +41,7 @@ namespace GxPress.Api.AdminControllers
|
|
|
/// </summary>
|
|
|
/// <returns></returns>
|
|
|
[HttpGet("list")]
|
|
|
- public async Task<IEnumerable<ArticleGroup>> GetList()
|
|
|
+ public async Task<IEnumerable<ArticleGroupUserListResult>> GetList()
|
|
|
{
|
|
|
return await _processGroupRepository.GetListAsync(0);
|
|
|
}
|