课程列表权限

This commit is contained in:
xxx 2023-09-20 17:10:49 +08:00
parent 99830cb707
commit e8c08f9c09

View File

@ -73,6 +73,7 @@ public class CourseController {
@Autowired private ApplicationContext ctx;
@BackendPermission(slug = BPermissionConstant.COURSE)
@GetMapping("/index")
@Log(title = "线上课-列表", businessType = BusinessTypeConstant.GET)
public JsonResponse index(@RequestParam HashMap<String, Object> params) {