egg-francislyj-wechat
v1.0.2
Published
wechat api
Downloads
1
Readme
egg-francislyj-wechat
Install
$ npm i egg-francislyj-wechat --save
Usage
// {app_root}/config/plugin.js
exports.francislyjWechat = {
enable: true,
package: 'egg-francislyj-wechat',
};
Configuration
// {app_root}/config/config.default.js
exports.francislyjWechat = {
client : {
appid: 'xxxxxxx',
appsecret:'xxxxxxxxxxxx'
}
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.