Commit 0fdcdd8194b0f14e10f0d25802d31b5b92f50409

Authored by zhangxiaowen
1 parent 6bb52f7d

no message

CNLivePlayer/Classes/DataRequest/CNLivePlayerNetworkManager.m
... ... @@ -171,6 +171,7 @@ static CNLivePlayerNetworkManager *_manager = nil;
171 171 - (void)authenticate:(NSString *)URL success:(void (^)(NSURLResponse * _Nullable, id _Nullable))success failure:(void (^)(NSURLResponse * _Nullable, NSError * _Nullable))failure {
172 172 NSURLSessionDataTask *task = [self dataTaskWithRequestMethod:@"GET" URLString:URL parameters:nil success:success failure:failure];
173 173 [task resume];
  174 +
174 175 }
175 176  
176 177 /**
... ...