0
我會改變方法'request'的http攔截器中的內容類型?如何更改HTTP攔截器中的內容類型
我嘗試沒有成功以下方法:
config.headers[Content-Type] = 'application/json, text/plain';
有沒有解決方案?
代碼:
'request': function(config) {
config.headers[Content-Type] = 'application/json, text/plain';
return config || $q.when(config);
},
預先感謝您爲您解答!