51Testing软件测试论坛
标题:
postman请求成功,并拿到相应数据,但是使用axios的时候报错了,报错信息大概是重定向...
[打印本页]
作者:
测试积点老人
时间:
2021-11-19 10:12
标题:
postman请求成功,并拿到相应数据,但是使用axios的时候报错了,报错信息大概是重定向...
postman请求成功,并拿到相应数据,但是使用axios的时候报错了,报错信息大概是重定向问题,如何解决?
axios请求报错
const getCategorList = () => {
return axios
.post(
url.getCourseCategoryList,
{ categoryType: 5, orgNo: "apeclass" },
{ headers }
)
.then(res => {
console.log(res.data.code);
return res.data.data;
})
.catch(e => {
console.log(e);
})
};
复制代码
[attach]135372[/attach]
作者:
海海豚
时间:
2021-11-22 10:21
后端接收的数据是请求头header是不是需要x-www-form-urlencoded格式?
作者:
qqq911
时间:
2021-11-22 10:32
看下应用日志吧
作者:
jingzizx
时间:
2021-11-22 16:04
数据看看
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2