awesome-fc/webserverless

fc-express 在express中的 `req` 丢失 `body`

AlexZheng9212 opened this issue · 1 comments

node10
fc-express 在express中的 req 丢失 body
console.log(req.body) // undefined

需要手动给她塞值,例如:req.body = await getRawBody(req);