tvrcgo / weixin-pay

微信支付 Nodejs SDK
MIT License
916 stars 241 forks source link

使用bodyParser后引发支付回调错误 #38

Closed hoperce closed 6 years ago

hoperce commented 7 years ago

app.use(bodyParser.text({type: 'text/xml'}));

zealseeker commented 6 years ago

不要用全局的解析器 参考 https://www.cnblogs.com/yangyabo/p/5401812.html