mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-07-24 02:09:35 +08:00
课程列表权限
This commit is contained in:
parent
99830cb707
commit
e8c08f9c09
@ -73,6 +73,7 @@ public class CourseController {
|
|||||||
|
|
||||||
@Autowired private ApplicationContext ctx;
|
@Autowired private ApplicationContext ctx;
|
||||||
|
|
||||||
|
@BackendPermission(slug = BPermissionConstant.COURSE)
|
||||||
@GetMapping("/index")
|
@GetMapping("/index")
|
||||||
@Log(title = "线上课-列表", businessType = BusinessTypeConstant.GET)
|
@Log(title = "线上课-列表", businessType = BusinessTypeConstant.GET)
|
||||||
public JsonResponse index(@RequestParam HashMap<String, Object> params) {
|
public JsonResponse index(@RequestParam HashMap<String, Object> params) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user