支付回调后的数据: { request: { method: 'POST', url: '/pay/notify', header: { accept: '*/*', connection: 'Keep-Alive', pragma: 'no-cache', 'content-length': '833', host: 'www.tomandjerry.club', 'user-agent': 'Mozilla/4.0', 'content-type': 'text/xml' } }, response: { status: 404, message: 'Not Found', header: {} }, app: { subdomainOffset: 2, proxy: false, env: 'development' }, originalUrl: '/pay/notify', req: '<original node req>', res: '<original node res>', socket: '<original node socket>'}微信回调返回的这串数据,怎么没看到类似的数据
1 回答
![?](http://img1.sycdn.imooc.com/533e4ce900010ae802000200-100-100.jpg)
慕工程0101907
TA贡献1887条经验 获得超5个赞
let data = await getRawBody(ctx.req,{
length:ctx.length,
limit:'1mb',
encoding:ctx.charset
});
添加回答
举报
0/150
提交
取消