问题描述
当我尝试在 ReactJS 中调用此 GET 方法时遇到问题。错误 =“不支持的媒体类型”。但是当我在 POSTMAN 中调用方法时,它适用于 Content-type: application/json。
const API_URL="http://****/sample/";
class Service{
getKnjige(){
const token = getToken();
return axios.get(API_URL,{
headers:{'Content-Type': 'text/xml',dataType: "json",}
})
}
错误:
{timestamp: "2021-01-14T19:22:39.096+0000",status: 415,error: "Unsupported Media Type",...} 错误:“不支持的媒体类型” 消息:“不支持内容类型''” 路径:“/样本/” 状态:415 时间戳:“2021-01-14T19:22:39.096+0000”
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)