mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-11 11:56:50 +08:00
二期移动端接口
This commit is contained in:
@@ -213,7 +213,7 @@ public class PortalIndexApi extends ApiBaseController{
|
|||||||
* 移动端首页课程列表
|
* 移动端首页课程列表
|
||||||
* 返回内容分类
|
* 返回内容分类
|
||||||
* */
|
* */
|
||||||
@GetMapping("/mobile-courseindex")
|
@PostMapping("/mobile-courseindex")
|
||||||
public JsonResponse<List<Course>> mobileCourseIndex(Integer num,CourseQueryDto dto){
|
public JsonResponse<List<Course>> mobileCourseIndex(Integer num,CourseQueryDto dto){
|
||||||
if(num==null){
|
if(num==null){
|
||||||
num=5;
|
num=5;
|
||||||
|
|||||||
Reference in New Issue
Block a user