Alamofire.upload-未调用响应处理程序

时间:2019-02-05 09:06:23

标签: ios swift alamofire

使用Alamofire将数据上传到我的服务器时,未调用Response-Handler!

我可以在服务器日志中看到尚未上传的文档,也可以在Wireshark中看到响应!

有什么想法吗?

我的代码:

Alamofire.upload(document.content, to: url, method: .put, headers: headers).responseJSON { response in
        print(response)
    }
  • Alamofire版本:4.8.1
  • iOS版本:12.0
  • XCode版本:10.1
  • Mac OS版本:10.14
  • 迅捷版:4.2

0 个答案:

没有答案