mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-09 19:06:49 +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){
|
||||
if(num==null){
|
||||
num=5;
|
||||
|
||||
Reference in New Issue
Block a user