标签: reactjs axios http-headers
不带标题的到达服务器的请求:
const res = await axios.post(`/api/follow/${props.match.url}`, { headers: { Authorization: `Bearer ${token}`, userId: userId, }, });
有人知道为什么吗?
答案 0 :(得分:0)
应该将null放在正文中,这样就可以了