egg-mifen-mq
Install
$ npm i egg-mifen-mq --save
Usage
// {app_root}/config/plugin.js
exports.mifenMq = {
enable: true,
package: 'egg-mifen-mq',
};
Configuration
// {app_root}/config/config.default.js
exports.mifenMq = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.