feat:初步实现首页排行榜UI效果
This commit is contained in:
@@ -114,12 +114,6 @@ object HomeModel : BaseModel() {
|
||||
api.getGameRoom(pageNum, pageSize)
|
||||
}
|
||||
|
||||
|
||||
suspend fun getHomeTag(): List<HomeTagInfo>? =
|
||||
launchRequest {
|
||||
api.getHomeTag()
|
||||
}
|
||||
|
||||
suspend fun getConcernsRoom(): List<HomeRoomInfo>? =
|
||||
launchRequest {
|
||||
api.getConcernsRoom()
|
||||
@@ -350,14 +344,6 @@ object HomeModel : BaseModel() {
|
||||
@Query("pageSize") pageSize: Int
|
||||
): ServiceResult<List<HomeRoomInfo>>
|
||||
|
||||
/**
|
||||
* 首页派对 Tag List
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
@GET("/home/tagV2")
|
||||
suspend fun getHomeTag(): ServiceResult<List<HomeTagInfo>>
|
||||
|
||||
/**
|
||||
* 首页派对 Tag List
|
||||
*
|
||||
|
Reference in New Issue
Block a user