egg-wechat
v1.0.6
Published
egg wechat plugin
Downloads
13
Maintainers
Readme
egg-wechat
Install
$ npm i egg-wechat --save
Usage
// {app_root}/config/plugin.js
exports.wechat = {
enable: true,
package: 'egg-wechat',
};
Configuration
// {app_root}/config/config.default.js
exports.wechat = {
appid: '',
appsecret: '',
token: '',
encodingAESKey: '',
pay: {
partnerKey: '',
mchId: '',
notifyUrl: '',
pfx: ''
},
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.