when build my code then crash on Alamofire.request(request as! URLRequestConvertible).responseJSON(). pls suggest how to fix this crash
Alamofire.request(request as! URLRequestConvertible).responseJSON()
let url
You can also try with following syntax for request method:
Alamofire.request(strURL,method: .post, parameters: parameters as? [String : AnyObject], encoding: URLEncoding.default)