合并原 PD6.8.2分支代码

This commit is contained in:
老皮
2024-10-30 15:07:54 +08:00
parent ccf6b55119
commit 7746111b83
4 changed files with 3 additions and 73 deletions

View File

@@ -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);
}