xiongwilee / Gracejs

A Nodejs BFF framework, build with koa2(基于koa2的标准前后端分离框架)
https://grace.wilee.me
MIT License
1.39k stars 238 forks source link

post支持xml吗 #50

Closed lxxhome closed 6 years ago

lxxhome commented 6 years ago

this.request.body不能接收xml格式的参数吗?

lxxhome commented 6 years ago

需要扩展middleware/body/index.js,文件中各模块添加xml相应的部分代码。然后在调用middleware/body的地方传参body({enableTypes:['json', 'form','text','xml']})即可。