李昊 4 年之前
父节点
当前提交
f4f0c744e6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gx_api/GxPress/Api/GxPress.Api/AdminControllers/AdminAppChannelController.cs

+ 1 - 1
gx_api/GxPress/Api/GxPress.Api/AdminControllers/AdminAppChannelController.cs

@@ -47,7 +47,7 @@ namespace GxPress.Api.AdminControllers
         [HttpGet("channel/list/{channelTypeValye}")]
         public async Task<IEnumerable<AppChannelResult>> GetAllAsync(int channelTypeValye)
         {
-            return await appChannelRepository.GetAllAsync((AppChannelConst)channelTypeValye);
+            return await appChannelService.GetAllAsync((AppChannelConst)channelTypeValye);
         }
         /// <summary>
         /// 删除导航