我的页面快速匹配进房逻辑优化
This commit is contained in:
@@ -48,6 +48,7 @@ public class HomeRoomInfo implements MultiItemEntity, Serializable {
|
||||
|
||||
private String failContext;
|
||||
private boolean isPick;
|
||||
private boolean needOpenSelfRoom;
|
||||
|
||||
@Override
|
||||
public int getItemType() {
|
||||
|
@@ -312,7 +312,7 @@ object HomeModel : BaseModel() {
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
@GET("home/fastPick")
|
||||
@GET("home/fastPickV2")
|
||||
suspend fun fastPickGameRoom(@Query("mgId") mgId: Long?): ServiceResult<HomeRoomInfo>
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user