大家都在搜接口参数修改

This commit is contained in:
huangjian
2022-12-21 15:48:10 +08:00
parent eacec353c2
commit 614562cd27
2 changed files with 2 additions and 3 deletions

View File

@@ -832,7 +832,7 @@ public class RoomBaseModel extends BaseModel implements IRoomBaseModel {
* @return
*/
@GET("/every/one/search/getRoomList")
Single<ServiceResult<List<SearchRoomInfo>>> commonSearch(@Query("id") String id);
Single<ServiceResult<List<SearchRoomInfo>>> commonSearch(@Query("wordId") String id);
/**
* 获取该Uid 所在的房间信息,如果不在房间 返回的房间实体uid==0,或者roomId == 0