|
@@ -5,7 +5,6 @@ import com.yingyangfly.home.entity.CountTrainBean
|
|
|
import com.yingyangfly.home.entity.MyTaskBean
|
|
|
import com.yingyangfly.home.entity.Record
|
|
|
import retrofit2.http.POST
|
|
|
-import retrofit2.http.Query
|
|
|
|
|
|
interface HomeApiService {
|
|
|
/**
|
|
@@ -32,10 +31,4 @@ interface HomeApiService {
|
|
|
@POST("app/warn/countMyMsg")
|
|
|
suspend fun getCountMyMsg(): BaseResp<String>
|
|
|
|
|
|
- /**
|
|
|
- * 更改消息状态
|
|
|
- */
|
|
|
- @POST("app/warn/readMsg")
|
|
|
- suspend fun updateReadMsg(@Query("msgId") msgId: String): BaseResp<Unit>
|
|
|
-
|
|
|
}
|