慕村225694
$http({method:'POST',url:_finalUrl,data:_data,headers:{'Content-Type': 'application/x-www-form-urlencoded'}}).success(function(data){deferred.resolve(data);}).error(function(data, status, headers, config) {deferred.reject('Then was an error');});