app/src/main/java/com/dollearn/student/network/HttpManager.kt
@@ -191,6 +191,13 @@ } /** * 获取可用游戏难度 */ fun userGameDifficulty(week: Int): Flowable<ResultData<Int?>> { return request().userGameDifficulty(week) } /** * 回复进度 */ fun teamSchedule(day: Int,week: Int,type: Int): Flowable<ResultData<ProgressBean>> {