设置方式:
$http.post('/url',datas,{
headers : {
X-request-id:"md5",//......
}
}).then(function(data,status,headers,config) {
//...
}).catch(function(data,config ){
//...
});
原文链接:https://www.f2er.com/angularjs/147985.html