[xingyu.guo] feat: 【结束一个【学习会话】】API
This commit is contained in:
@@ -17,4 +17,8 @@ public interface StudySessionsService extends IService<StudySessionsEntity> {
|
||||
StudySessionResponce getNotEndedStudySessionByTaskNum(String taskNum) throws ErrorParameterException;
|
||||
|
||||
ArrayList<String> getAllFragments(String sessionNum) throws ErrorParameterException;
|
||||
|
||||
void endedStudySession(String sessionNum, String content) throws ErrorParameterException;
|
||||
|
||||
void pauseStudySession(String sessionNum) throws ErrorParameterException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user