0.0.4 • Published 4 years ago
@shares-team/wechat v0.0.4
egg-wechats
安装
$ npm i egg-wechats --save使用
// {app_root}/config/plugin.js
exports.wechats = {
enable: true,
package: 'egg-wechats',
};配置
$ npm i egg-config$ npm i egg-wechats --save// {app_root}/config/plugin.js
exports.wechats = {
enable: true,
package: 'egg-wechats',
};$ npm i egg-config