请求头添加apptype
This commit is contained in:
@@ -128,6 +128,8 @@ $http.requestStart = function(options) {
|
||||
}
|
||||
if (storeUserInfo.token) {
|
||||
options.header['token'] = storeUserInfo.token;
|
||||
options.header['appType'] = 'medical';
|
||||
|
||||
};
|
||||
return options;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user