请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

TypeError: utf-8 is not a function

老师,你好!

这个接口会报一个奇怪的错误!TypeError: utf-8 is not a function

apiRoutes.post(’/getPurlUrl’, bodyParser.json(), function (req, res) {
console.log(‘req.body======’ + req.body)
const url = 'https://u.y.qq.com/cgi-bin/musicu.fcg
axios.post(url, req.body, {
headers: {
referer: ‘https://y.qq.com/’,
origin: ‘https://y.qq.com’,
‘Content-type’: ‘application/x-www-form-urlencoded;charset=utf-8’
}
}).then((response) => {
res.json(response.data)
}).catch((e) => {
console.log(e)
})
})

------------------------------分割线---------------------------------------------
请问这个是什么原因,nginx做代理。并且本地运行没有问题。

正在回答 回答被采纳积分+3

1回答

ustbhuangyi 2020-04-16 09:37:24

TypeError: utf-8 is not a function
这个错误是在前端报的还是后端报的?

0 回复 有任何疑惑可以回复我~
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信