4
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
[[KBNetworkManager shared] GET:@"https://www.apple.com"
|
||||
parameters:nil
|
||||
headers:nil
|
||||
completion:^(id jsonOrData, NSURLResponse *response, NSError *error) {
|
||||
completion:^(NSDictionary *json, NSURLResponse *response, NSError *error) {
|
||||
NSLog(@"[Test] apple.com finished, error = %@", error);
|
||||
}];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user