|
@@ -4,6 +4,7 @@ using GxPress.Entity;
|
|
|
using GxPress.Repository.Interface;
|
|
|
using GxPress.Request.ArticleGroup;
|
|
|
using GxPress.Result.Article;
|
|
|
+using GxPress.Result.ArticleGroupUser;
|
|
|
using Microsoft.AspNetCore.Authorization;
|
|
|
using Microsoft.AspNetCore.Mvc;
|
|
|
|
|
@@ -51,7 +52,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);
|
|
|
}
|