合并原 PD6.8.2分支代码
This commit is contained in:
@@ -20,9 +20,7 @@ public class ImHttpUtil {
|
||||
* 私信聊天页面用于获取用户信息
|
||||
*/
|
||||
public static void getImUserInfo(String uids, HttpCallback callback) {
|
||||
HttpClient.getInstance().get("huoquxitongxiaoxiliebiaov2", ImHttpConsts.GET_IM_USER_INFO)
|
||||
HttpClient.getInstance().get("Message.getLists", ImHttpConsts.GET_IM_USER_INFO)
|
||||
.params("app_type", "1")
|
||||
HttpClient.getInstance().get("huoquxitongxiaoxiliebiaov2", ImHttpConsts.GET_IM_USER_INFO).params("app_type", "1")
|
||||
.execute(callback);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user