public async Task UserBatchBlackListAsync(string accessTokenOrAppId, List <string> openIds) { await UserApi.BatchBlackListAsync(accessTokenOrAppId, openIds); }