我已成功接收文件,但为什么没有调用响应

问题描述

AF.download(reqUrl,method: .post,parameters: dict,encoding: JSONEncoding.default,headers: headers,to: destination) .response { 响应输入 调试打印(响应)

            if response.error == nil,let imagePath = response.fileURL?.path {
                self.markSuccess()
            }
        }

我已成功接收文件,但为什么没有响应,有人知道为什么吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)