根据AccountId获取好友信息
static Future<NIMResult<List<NIMFriend>>> getFriendByIds( List<String> accountIds) { return NimCore.instance.friendService.getFriendByIds(accountIds); }