提交 c9b16f13 编写于 作者: M Mattt Thompson

Making ParameterEncoding queryComponents internal

上级 507ccfac
......@@ -99,7 +99,7 @@ public enum ParameterEncoding {
return (mutableRequest, error)
}
private func queryComponents(key: String, _ value: AnyObject) -> [(String, String)] {
func queryComponents(key: String, _ value: AnyObject) -> [(String, String)] {
var components: [(String, String)] = []
if let dictionary = value as? [String: AnyObject] {
for (nestedKey, value) in dictionary {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册