1.0.3 • Published 1 year ago

egg-wechat2 v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

egg-wechat

Egg plugin for wechat

安装

npm i egg-wechat2 --save

依赖说明

依赖的 egg 版本

egg 3.xegg 2.xegg 1.x
😁😁

依赖的插件

@peculiar/x509

tnwx

开启插件

// {app_root}/config/plugin.js
exports.wechat = {
  enable: true,
  package: 'egg-wechat2',
};

配置

// {app_root}/config/config.default.js
config.wechat = {

};

示例

查看更多项目

License

MIT