@@ -243,5 +243,6 @@ namespace GxPress.Api.AppControllers
{
return await groupCategroyRepository.GetAllAsync(parentId);
}
+
@@ -11,6 +11,8 @@ namespace GxPress.EnumConst
Text = 1,
[Description("文章")]
Article = 100,
+ [Description("媒体文章")]
+ MediaArticle = 101,
[Description("话题")]
Topic = 2,
[Description("收藏")]