egg-api-combinator
v1.0.10
Published
请求服务端,接收回调函数处理数据,返回加工好的数据
Readme
egg-api-combinator
Install
$ npm i egg-api-combinator --saveUsage
// {app_root}/config/plugin.js
exports.apiCombinator = {
enable: true,
package: 'egg-api-combinator',
};Configuration
// {app_root}/config/config.default.js
exports.apiCombinator = {
};see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.
