fix:修复首页Tab页列表分页传参导致bug
This commit is contained in:
@@ -298,7 +298,7 @@ object HomeModel : BaseModel() {
|
||||
@GET("/home/tab/homeV2")
|
||||
suspend fun apiHomeTabHome(
|
||||
@Query("tabId") tabId: Int,
|
||||
@Query("page") page: Int,
|
||||
@Query("pageNum") page: Int,
|
||||
@Query("pageSize") pageSize: Int
|
||||
): ServiceResult<List<HomeRoomInfo>>
|
||||
|
||||
|
Reference in New Issue
Block a user