看网上的例子太复杂了 、和官网的 求园友给个简洁版本的
如图:
$http({ headers: { 'token':"值" }, url: objValue.apiUlr + "Message/GetMsgList?ta", method: 'get' }).success(function (json, status, config) { //do });
在get或者post里面写自己定义的头 加token
http://stackoverflow.com/questions/15598917/adding-a-custom-header-to-http-request-using-angular-js