hcl416029105

Results 3 comments of hcl416029105

![image](https://user-images.githubusercontent.com/12322696/33761355-ae7f023a-dc43-11e7-893c-69a16178926d.png)

如果不用AFHTTPSessionManager,直接用原生的NSURLSession,没有问题: NSURLSession *session = [NSURLSession sessionWithConfiguration:[NSURLSessionConfiguration defaultSessionConfiguration] delegate:self delegateQueue:[[NSOperationQueue alloc] init]]; NSURLSessionTask *task = [session dataTaskWithURL:[NSURL URLWithString:@"https://hcz-static.pingan.com.cn/fuelCard/fuelCard.zip"]]; [task resume]; 这种可以正常调用。 好的,非常感谢你的解答

网络监控搞复杂了,不用各种swizze,各种hook,直接取getifaddrs获取的数据