用http怎么获取 router post的信息
来源:10-2 https服务搭建
慕粉4414415
2021-04-21
// userjs
router.post('/user/login', async (ctx,next)=>{
console.log(' comein ')
})
// appjs
const hs = http.createServer((e)=>{
})
hs.listen(port,function(){
console.log('http server is running 10182')
})
这样运行调用接口时,post的信息拿不到
写回答
2回答
-
慕粉4414415
提问者
2021-04-22
是我 http createserver 没有加上app.callback(), 我用的是 koa koa-router
012021-04-22 -
扬_灵
2021-04-22
同学你好,可以通过body-parser插件获取请求体中post请求数据信息。
012021-04-22
相似问题
解析信息为什么不能自动写进表单中?
回答 4
如果有多种角色该怎么做?
回答 1