egg-wechat-sdk
v1.0.0
Published
wechat sdk
Downloads
2
Readme
egg-wechat-sdk
Install
$ npm i egg-wechat-sdk --save
Usage
// {app_root}/config/plugin.js
exports.wechatSdk = {
enable: true,
package: 'egg-wechat-sdk',
};
Configuration
// {app_root}/config/config.default.js
exports.wechatSdk = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.