egg-francislyj-wechat

1.0.2 • Public • Published

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

/egg-francislyj-wechat/

    Package Sidebar

    Install

    npm i egg-francislyj-wechat

    Weekly Downloads

    2

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    8.06 kB

    Total Files

    7

    Last publish

    Collaborators

    • francislyj