gpt4 book ai didi

iOS Prestashop Web 服务出现问题(kCFErrorDomainCFNetwork 错误 -1012。)

转载 作者:行者123 更新时间:2023-11-29 04:02:07 24 4
gpt4 key购买 nike

我不明白这个错误。

如果有人能帮助我摆脱这个无限的误解,你会让我睡得更好;)

我仔细关注了documentation一切都工作正常,直到我切换到 iOS 项目。

 http://263DE3VI7PY5KE6O6R84RACYYEH5S5GF@192.168.1.112/prestashop/api/

enter image description here

从 iOS 端我得到了这个代码和错误:

enter image description here

NSString *requestString = [NSString stringWithFormat:@"http://%@@%@/prestashop/api/", self.session.key, @"192.168.1.112"];

NSMutableURLRequest *request = [[NSMutableURLRequest alloc] initWithURL:[NSURL URLWithString:requestString]];

[request setHTTPMethod:@"GET"];

[NSURLConnection sendAsynchronousRequest:request queue:[NSOperationQueue mainQueue] completionHandler:^(NSURLResponse *res, NSData *data, NSError *err){
[[UIApplication sharedApplication] setNetworkActivityIndicatorVisible:NO];

NSLog(@"%@", err);
[self didReceiveData:data];
}];

这里的所有代码都很基础,可能太多了?我是否忘记了从网络服务获取数据的 1 个步骤?

最佳答案

NSString *requestString = [NSString stringWithFormat:@"http://%@:@%@/prestashop/api/", self.session.key, @"192.168.1.112"];

解决了,它漏掉了“:”:)

关于iOS Prestashop Web 服务出现问题(kCFErrorDomainCFNetwork 错误 -1012。),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15729978/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com