16
Oct
2020
使用Alamofire API Rest发送空数组
iOS APP 制作中 如果用Alamofire post 发送空数组
如果要发送JSON,则需要添加JSONEncoding.default的编码:
Alamofire.request(method: .post, parameters: parameters, encoding: JSONEncoding.default)