李昊 4 年之前
父節點
當前提交
334c578050

+ 1 - 0
gx_api/GxPress/Api/GxPress.Api/AppControllers/GroupController.cs

@@ -243,5 +243,6 @@ namespace GxPress.Api.AppControllers
         {
             return await groupCategroyRepository.GetAllAsync(parentId);
         }
+        
     }
 }

+ 2 - 0
gx_api/GxPress/Model/GxPress.EnumConst/AllTypeConst.cs

@@ -11,6 +11,8 @@ namespace GxPress.EnumConst
         Text = 1,
         [Description("文章")]
         Article = 100,
+        [Description("媒体文章")]
+        MediaArticle = 101,
         [Description("话题")]
         Topic = 2,
         [Description("收藏")]