0

使用 alamofire 4 上传带有参数的图像时,得到以下结果:

Alamofire.DefaultDataResponse(request: url, response: Optional(<NSHTTPURLResponse: 0x17523cde0> { URL: rl} { status code: 409, headers {
    "Cache-Control" = "no-cache";
    Connection = "keep-alive";
    "Content-Length" = 32;
    "Content-Type" = "application/json";
    Date = "Tue, 04 Apr 2017 20:23:50 GMT";
    Server = "nginx/1.8.1 + Phusion Passenger 4.0.60";
    Status = "409 Conflict";
    Vary = Origin;
    "X-Powered-By" = "Phusion Passenger 4.0.60";
    "X-Request-Id" = "4bd65f3e-9cae-4f69-8d5f-139dfed6c148";
    "X-Runtime" = "0.490166"; } }), data: Optional(32 bytes), error: nil, timeline: Timeline: { "Request Start Time": 513030074.617, "Initial Response Time": 513030127.999, "Request Completed Time":
513030230.298, "Serialization Completed Time": 513030230.303, "Latency": 53.382 secs, "Request Duration": 155.681 secs, "Serialization Duration": 0.005 secs, "Total Duration": 155.686 secs }, _metrics: Optional((Task Interval) <_NSConcreteDateInterval: 0x17163b000> (Start Date) 2017-04-04 20:21:14 +0000 + (Duration)
155.679614 seconds = (End Date) 2017-04-04 20:23:50 +0000 (Redirect Count) 0 (Transaction Metrics) (Request) <NSURLRequest: 0x170202da0> { URL: url } { status code: 409, headers {
    "Cache-Control" = "no-cache";
    Connection = "keep-alive";
    "Content-Length" = 32;
    "Content-Type" = "application/json";
    Date = "Tue, 04 Apr 2017 20:23:50 GMT";
    Server = "nginx/1.8.1 + Phusion Passenger 4.0.60";
    Status = "409 Conflict";
    Vary = Origin;
    "X-Powered-By" = "Phusion Passenger 4.0.60";
    "X-Request-Id" = "4bd65f3e-9cae-4f69-8d5f-139dfed6c148";
    "X-Runtime" = "0.490166"; } } (Fetch Start) 2017-04-04 20:22:07 +0000 (Domain Lookup Start) 2017-04-04 20:22:07 +0000 (Domain Lookup End) 2017-04-04 20:22:07 +0000 (Connect Start) 2017-04-04 20:22:07
+0000 (Secure Connection Start) (null) (Secure Connection End) (null) (Connect End) 2017-04-04 20:22:07 +0000 (Request Start) 2017-04-04 20:22:07 +0000 (Request End) 2017-04-04 20:23:48 +0000 (Response Start) 2017-04-04 20:23:50 +0000 (Response End) 2017-04-04 20:23:50
+0000 (Protocol Name) http/1.1 (Proxy Connection) NO (Reused Connection) NO (Fetch Type) Network Load

什么都不懂。图像未上传,但得到了这些响应。如果有人遇到此类问题,请提供帮助。

4

1 回答 1

0

我必须将参数作为正文发送,但默认情况下尝试它不是导致错误的正文请求。

于 2017-04-09T08:01:56.150 回答