video check
This commit is contained in:
@@ -62,5 +62,10 @@ public class CourseController {
|
||||
return R.ok().put("courseList",courseList);
|
||||
}
|
||||
|
||||
@RequestMapping("/checkVideoByMD")
|
||||
public R checkVideoByMD(@RequestBody Map<String,String> map) throws Exception {
|
||||
String playAuth = courseMedicalService.checkVideoByMD(map.get("id"));
|
||||
return R.ok().put("playAuth",playAuth);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user