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