custom-egg-return
v1.0.5
Published
customization http error response status and response statusMessage for egg
Downloads
6
Readme
custom-egg-return
custom-egg-return
egg 的 response 格式化插件
使用方法
安装
npm i egg-retuen --save
开启插件
exports.return = {
enable: true,
path: 'custom-egg-return',
};
格式化响应
ctx.return(Object);