Merge branch 'master' of https://gitee.com/wjl2008_admin/nuttyreading-java into zcc
This commit is contained in:
@@ -65,7 +65,7 @@ public class CourseController {
|
|||||||
@RequestMapping("/checkVideoByMD")
|
@RequestMapping("/checkVideoByMD")
|
||||||
public R checkVideoByMD(@RequestBody Map<String,String> map) throws Exception {
|
public R checkVideoByMD(@RequestBody Map<String,String> map) throws Exception {
|
||||||
String playAuth = courseMedicalService.checkVideoByMD(map.get("id"));
|
String playAuth = courseMedicalService.checkVideoByMD(map.get("id"));
|
||||||
return R.ok().put("playAuth",playAuth);
|
return R.ok().put("playAuth",playAuth).put("id",map.get("id"));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user