添加用户到黑名单
static Future<NIMResult<void>> addBlacklist(String userId) { return NimCore.instance.userService.addToBlackList(userId); }