1.0.10 • Published 3 years ago

egg-dingtalk-corp v1.0.10

Weekly downloads
193
License
MIT
Repository
github
Last release
3 years ago

egg-dingtalk

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

egg plugin for dingtalk

Install

$ npm i egg-dingtalk-corp --save

Usage

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

// {app_root}/app/controller/test.js
exports.list = async ctx => {
  ctx.body = await ctx.dingtalk.user.list('1', true);
};

Configuration

// {app_root}/config/config.default.js
exports.dingtalk = {
  corpid: '',
  corpsecret: '',
  host: '',
  enableContextLogger: '',
};

Feature

Questions & Suggestions

Please open an issue here.

License

MIT

1.0.11

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.10

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago