1.0.2 • Published 6 years ago

egg-francislyj-wechat v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

egg-francislyj-wechat

NPM version build status Test coverage David deps Known Vulnerabilities npm download

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.

License

MIT