gpt4 book ai didi

ios - 网络连接丢失

转载 作者:搜寻专家 更新时间:2023-11-01 07:05:04 26 4
gpt4 key购买 nike

我正面临着

Error - The network connection was lost. enter image description here

我在我的项目中使用 RealmSwiftAlamofire

这是一个房地产应用程序,每当我搜索特性时,我都会突然遇到这个错误,没有任何异常或错误,如果我再次搜索,它就会正常工作。

我不明白为什么我会遇到这个问题。

我正在使用以下代码进行 JSON 编码:

        Alamofire
.request(url, method: method, parameters: parameters, encoding: encoding, headers: header)
.responseJSON(completionHandler: { (response) in

请帮忙。

最佳答案

您是否在请求正文中将参数编码为 JSON?如果是这样,将它们编码为 URL:

Alamofire.request(.GET, myURLString, parameters: parameters, encoding: .URL, headers: myHeaders)

关于ios - 网络连接丢失,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48561045/

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