我的页面快速匹配进房逻辑优化

This commit is contained in:
huangjian
2022-07-26 17:33:50 +08:00
parent 12ee1c9441
commit 317d50ae02
5 changed files with 43 additions and 26 deletions

View File

@@ -48,6 +48,7 @@ public class HomeRoomInfo implements MultiItemEntity, Serializable {
private String failContext;
private boolean isPick;
private boolean needOpenSelfRoom;
@Override
public int getItemType() {

View File

@@ -312,7 +312,7 @@ object HomeModel : BaseModel() {
*
* @return
*/
@GET("home/fastPick")
@GET("home/fastPickV2")
suspend fun fastPickGameRoom(@Query("mgId") mgId: Long?): ServiceResult<HomeRoomInfo>
/**