Closed lxxhome closed 6 years ago
this.request.body不能接收xml格式的参数吗?
需要扩展middleware/body/index.js,文件中各模块添加xml相应的部分代码。然后在调用middleware/body的地方传参body({enableTypes:['json', 'form','text','xml']})即可。
this.request.body不能接收xml格式的参数吗?