1.0.0 • Published 1 year ago

egg-dysmsapi v1.0.0

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

egg-dysmsapi

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

Install

$ npm i egg-dysmsapi --save

Usage

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

Configuration

// {app_root}/config/config.default.js
exports.dysmsapi = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT