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