public interface VClassLessonService
| 限定符和类型 | 方法和说明 |
|---|---|
VClassAddLessonResponse |
addLesson(VClassAddLessonRequest vClassAddLessonRequest)
创建课节
API地址:https://help.polyv.net/#/vclass/api/lesson/add_lesson
|
Boolean |
cutoffLesson(VClassCutoffLessonRequest vClassCutoffLessonRequest)
修改课节状态为禁止上课
API地址:https://help.polyv.net/#/vclass/api/lesson/cutoff
|
Boolean |
deleteLesson(VClassDeleteLessonRequest vClassDeleteLessonRequest)
删除课节
API地址:https://help.polyv.net/#/vclass/api/lesson/delete_lesson
|
VClassGetLessonInfoResponse |
getLessonInfo(VClassGetLessonInfoRequest vClassGetLessonInfoRequest)
获取课节信息
API地址:https://help.polyv.net/#/vclass/api/lesson/get_lesson
|
List<VClassGetLessonLiveInfoResponse> |
getLessonLiveInfo(VClassGetLessonLiveInfoRequest vClassGetLessonLiveInfoRequest)
查询课节实时状态和在线人数
API地址:https://help.polyv.net/#/vclass/api/lesson/get_lesson_live_info
|
List<VClassGetPlaybackVideoResponse> |
getPlaybackVideo(VClassGetPlaybackVideoRequest vClassGetPlaybackVideoRequest)
查询课节回放视频
API地址:https://help.polyv.net/#/vclass/api/lesson/get_playback_video
|
Boolean |
resumeLesson(VClassResumeLessonRequest vClassResumeLessonRequest)
恢复课节状态为可以上课
API地址:https://help.polyv.net/#/vclass/api/lesson/resume
|
Boolean |
updateLessonInfo(VClassUpdateLessonInfoRequest vClassUpdateLessonInfoRequest)
更新课节信息
API地址:https://help.polyv.net/#/vclass/api/lesson/update_lesson
|
VClassAddLessonResponse addLesson(VClassAddLessonRequest vClassAddLessonRequest) throws IOException, NoSuchAlgorithmException
vClassAddLessonRequest - 创建课节请求实体IOException - 异常NoSuchAlgorithmException - 异常VClassGetLessonInfoResponse getLessonInfo(VClassGetLessonInfoRequest vClassGetLessonInfoRequest) throws IOException, NoSuchAlgorithmException
vClassGetLessonInfoRequest - 获取课节信息请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean updateLessonInfo(VClassUpdateLessonInfoRequest vClassUpdateLessonInfoRequest) throws IOException, NoSuchAlgorithmException
vClassUpdateLessonInfoRequest - 更新课节信息请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean deleteLesson(VClassDeleteLessonRequest vClassDeleteLessonRequest) throws IOException, NoSuchAlgorithmException
vClassDeleteLessonRequest - 删除课节请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean cutoffLesson(VClassCutoffLessonRequest vClassCutoffLessonRequest) throws IOException, NoSuchAlgorithmException
vClassCutoffLessonRequest - 修改课节状态为禁止上课请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean resumeLesson(VClassResumeLessonRequest vClassResumeLessonRequest) throws IOException, NoSuchAlgorithmException
vClassResumeLessonRequest - 恢复课节状态为可以上课请求实体IOException - 异常NoSuchAlgorithmException - 异常List<VClassGetLessonLiveInfoResponse> getLessonLiveInfo(VClassGetLessonLiveInfoRequest vClassGetLessonLiveInfoRequest) throws IOException, NoSuchAlgorithmException
vClassGetLessonLiveInfoRequest - 查询课节实时状态和在线人数请求实体IOException - 异常NoSuchAlgorithmException - 异常List<VClassGetPlaybackVideoResponse> getPlaybackVideo(VClassGetPlaybackVideoRequest vClassGetPlaybackVideoRequest) throws IOException, NoSuchAlgorithmException
vClassGetPlaybackVideoRequest - 查询课节回放视频请求实体IOException - 异常NoSuchAlgorithmException - 异常Copyright © 2025. All rights reserved.