lmw
2025-05-22 b6d14ec6c19cddb1c8caf1d024e77d250a203929
app/src/main/java/com/dollearn/student/network/ApiService.kt
@@ -82,6 +82,12 @@
    @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>>