URLRequest无法快速处理带有JSON对象的url

时间:2018-08-02 07:48:01

标签: ios iphone swift

我有一个带有字符串化JSON对象的网址,如下所示-

http://localhost:53692/api/ccdata/UserWatchlist?userid=2&watchlist={\"Coin\":[\"BTC\",\"ETH\",\"LTC\",\"DASH\"]}

现在我的问题是URLRequest(url: URL(string: url)!)无法处理此网址,并给我零错误

我该怎么办?

0 个答案:

没有答案