koa2无法获取post传输数据
Opened this issue · 0 comments
colinox commented
koa2无法获取post传输数据
koa2必须引入bodyparser模块才能获取post传输数据
const bodyparser = require('koa-bodyparser')
app.use(bodyparser());
Opened this issue · 0 comments
koa2必须引入bodyparser模块才能获取post传输数据
const bodyparser = require('koa-bodyparser')
app.use(bodyparser());