$http({ method : 'POST', params :{ userId : userId}, headers : { 'Content-Type': 'application/x-www-form-urlencoded' }}).success(function(res){ // 回调函数})