嘿,一个愚蠢的问题。 我有这个字符串/ json
"1234.{\"login_attempt_account\":0,\"_csrftoken\":null,\"username\":\"theUsername\",\"guid\":\"13a027fe-37b2-4c4f-81ff-8166309e7b13\",\"device_id\":\"android-c5a3ab538dc8754b\",\"password\":\"somepass\"}"
我想将其发送给Alamofire的POST api请求。
使用以下代码,发送到服务器的字符串上是否包含反斜杠\
?
Alamofire.request(url, method: .post, parameters: params, encoding: JSONEncoding.default, headers: headers)