@@ -162,6 +162,8 @@ public class CourseCloudServiceProvider implements CourseCloudService {
return resp;
}
+ @ApiOperation(value = "按ROOTORG查询课程")
+ @PostMapping("getCoursesByOrg")
@Override
public GetCourseByOrgResp getCourseByOrg(GetCourseByOrgReq req) {
GetCourseByOrgResp resp = new GetCourseByOrgResp();