Commit 832bcd11 authored by 黄奎's avatar 黄奎

接口修改

parent ad3d08e8
......@@ -103,6 +103,7 @@ namespace Edu.WebApi.Controllers.Web
return ApiResult.Success(data: list);
}
#region 新闻相关接口
/// <summary>
/// 获取网站新闻类型列表
/// </summary>
......@@ -203,6 +204,9 @@ namespace Edu.WebApi.Controllers.Web
return ApiResult.Success(data: obj);
}
#endregion
#region 课程相关接口
/// <summary>
/// 获取课程分类列表
/// </summary>
......@@ -311,5 +315,10 @@ namespace Edu.WebApi.Controllers.Web
};
return ApiResult.Success(data: result);
}
#endregion
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment