获取好友信息
static Future<NIMResult<NIMFriend>> getFriendInfo(String userId) { return NimCore.instance.userService.getFriend(userId); }