闭包错误-Cannot invoke 'responseResult' with an argument list of type
func login(mobile:String, passwd:String, responseResult:(result:NSDictionary?,error:(Int8, String)?)->Void) {
Alamofire.request(.GET, "http://httpbin.org/get", parameters: ["foo": "bar"])