ソースを参照

解开一个接口

小么熊🐻 3 年 前
コミット
b49ed463a1

+ 0 - 2
zzjs-admin/src/main/java/com/miaxis/app/controller/teachingVideo/AppletTeachingVideoInfoController.java

@@ -36,13 +36,11 @@ public class AppletTeachingVideoInfoController extends BaseController {
 
     private final ITeachingVideoTypeInfoService videoTypeInfoService;
 
-    /**
     @GetMapping("/typeList")
     @ApiOperation("查询教学视频一级分类列表")
     public Response typeList(){
         return Response.success(videoTypeInfoService.list(new QueryWrapper<TeachingVideoTypeInfo>().eq("pid",0).eq("status",0).orderByAsc("type_sort")));
     }
-    */
 
     /**
      * 查询教学视频列表