objective-c - NSSesstion AFNetWorking 等拼接參數的問題。
过去多啦不再A梦
过去多啦不再A梦 2017-05-02 09:23:52
0
0
641

上午測試,用完整地址可以,一用parameter 拼接就無法得到值,

NSDictionary *parameters = @{@"phone" : @"17703430***", @"starttime" : @"2016-3-17%201:50", @"endtime" : @"2016-3-17%2020:51"};

之後使用task.originalRequest.URL 看結果如下:

正常連接

http://xxx/member.php/Member/BdUpload/getlocationlog?phone=17703430 *&starttime=2016-3-17%201:50&endtime=2016-3-17%2020:51

task.originalRequest.URL 輸出連接

http://traffic.aace.com.cn/member.php/Member/BdUpload/getlocationlog?endtime=2016-3-17%252020%3A51&phone=17703430time %25201%3A50*

2016-3-17%201:50 變成 252020%3A51 而且參數順序也改變了。
过去多啦不再A梦
过去多啦不再A梦

全部回覆(0)
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板