package learning
type ApiGroup struct {
CourseApi
ChapterApi
KnowledgePointApi
QuestionApi
UserLearningApi
WrongQuestionApi
ExamApi
UserExamApi
}