罗明文
1 天以前 aa512ff5fc428fbee046d6bc0761c3675023769e
app/src/main/java/com/dollearn/student/network/ApiService.kt
@@ -82,6 +82,15 @@
    @GET(Apis.userGameDifficulty)
    fun userGameDifficulty(@Query("week") week: Int): Flowable<ResultData<Int?>>
    @POST(Apis.restart)
    fun restart(@Body body : String): Flowable<ResultData<Any>>
    @POST(Apis.answerQuestion)
    fun answerQuestion(@Body body : String): Flowable<ResultData<Any>>
    @GET(Apis.getIsOpen)
    fun getIsOpen(): Flowable<ResultData<Boolean>>
    @GET(Apis.teamSchedule)
    fun teamSchedule(@Query("day") day:Int,@Query("type") type:Int,@Query("week") week:Int): Flowable<ResultData<ProgressBean>>