李昊 4 years ago
parent
commit
f4f0c744e6

+ 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>
         /// 删除导航