Update IUserModel.java
This commit is contained in:
@@ -8,6 +8,7 @@ import com.yizhuan.xchat_android_core.bean.response.ServiceResult;
|
||||
import com.yizhuan.xchat_android_core.user.bean.GiftAchievementInfo;
|
||||
import com.yizhuan.xchat_android_core.user.bean.NewUserInfo;
|
||||
import com.yizhuan.xchat_android_core.user.bean.GiftWallInfo;
|
||||
import com.yizhuan.xchat_android_core.user.bean.UserDetailInfo;
|
||||
import com.yizhuan.xchat_android_core.user.bean.UserGameInfo;
|
||||
import com.yizhuan.xchat_android_core.user.bean.UserInfo;
|
||||
import com.yizhuan.xchat_android_core.user.bean.UserRandomConfig;
|
||||
@@ -60,12 +61,20 @@ public interface IUserModel extends IModel {
|
||||
|
||||
/**
|
||||
* 根据uid 从服务器获取用户详细信息。
|
||||
*
|
||||
*旧的
|
||||
* @param userId
|
||||
* @return
|
||||
*/
|
||||
Single<UserInfo> getUserInfoFromServer(long userId);
|
||||
|
||||
/**
|
||||
* 根据uid 从服务器获取用户详细信息。
|
||||
*66新的
|
||||
* @param userId
|
||||
* @return
|
||||
*/
|
||||
Single<UserDetailInfo> getUserInfoDetail(long userId);
|
||||
|
||||
/**
|
||||
* 根据 批量 Uid 去我们后台获取用户的具体信息
|
||||
*
|
||||
|
Reference in New Issue
Block a user