1.0.0 • Published 4 years ago

egg-mina v1.0.0

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

egg-mina

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

todo

[] 统一下单 支付功能 [] 微信服务通知

依赖说明

依赖的 egg 版本

egg-mina 版本egg 1.x
2.x😁
0.x

依赖的插件

依赖 egg-redis

开启插件

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

使用场景

  • Why and What: 对微信小程序的服务端api各种封装,方便开发微信小程序。

  • How: 描述这个插件是怎样使用的,具体的示例代码,甚至提供一个完整的示例,并给出链接。

详细配置

请到 config/config.default.js 查看详细配置项说明。

单元测试

提问交流

请到 egg issues 异步交流。

License

MIT