$ npm i egg-wechat-mini --save
// {app_root}/config/plugin.js
exports.wechatMini = {
enable: true,
package: 'egg-wechat-mini',
};
// {app_root}/config/config.default.js
exports.wechatMini = {
};
see config/config.default.js for more detail.
// Direct call like this
app.weChatMini.code2Session(code)
see lib/createClient.js for more funs.
Please open an issue here.