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