lmw
2024-07-18 252736e890fd50550ab9dec218159356e2a953c1
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>> {