二期移动端接口

This commit is contained in:
86182
2022-11-09 10:23:34 +08:00
parent d606a985ac
commit 264be4d1da

View File

@@ -213,7 +213,7 @@ public class PortalIndexApi extends ApiBaseController{
* 移动端首页课程列表
* 返回内容分类
* */
@GetMapping("/mobile-courseindex")
@PostMapping("/mobile-courseindex")
public JsonResponse<List<Course>> mobileCourseIndex(Integer num,CourseQueryDto dto){
if(num==null){
num=5;