李昊 4 years ago
parent
commit
eaba15e327

+ 7 - 0
gx_api/GxPress/Service/GxPress.Service.Interface/AppChannel/IAppChannelService.cs

@@ -1,6 +1,7 @@
 using System.Collections.Generic;
 using System.Threading.Tasks;
 using GxPress.Common.Page;
+using GxPress.EnumConst;
 using GxPress.Request.AppChannel;
 using GxPress.Result.AppChannel;
 using GxPress.Result.Media;
@@ -24,5 +25,11 @@ namespace GxPress.Service.Interface.AppChannel
         /// </summary>
         /// <returns></returns>
         Task<PagedList<MediaCathedraResult>> GetChannelCategoryMediaPageAsync(AppChannelSearchRequest request);
+
+         /// <summary>
+        /// 查询
+        /// </summary>
+        /// <returns></returns>
+        Task<IEnumerable<AppChannelResult>> GetAllAsync(AppChannelConst channelTypeValue);
     }
 }