@kne/egg-response-format
v0.1.1
Published
处理请求返回和请求错误捕获
Downloads
8
Readme
egg-response-format
Install
$ npm i egg-response-format --save
Usage
// {app_root}/config/plugin.js
exports.responseFormat = {
enable: true,
package: 'egg-response-format',
};
Configuration
// {app_root}/config/config.default.js
exports.responseFormat = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.