angular.module('yourmodule').run(function($http) { $http.defaults.headers.common.Authorization = 'login YmVlcDpi' ; //or ...
確定! 回上一頁