egg-wechat-sdk
v1.0.0
Published
wechat sdk
Readme
egg-wechat-sdk
Install
$ npm i egg-wechat-sdk --saveUsage
// {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.
