chore: update travis
egg plugin for dingtalk
$ npm i egg-dingtalk --save
// {app_root}/config/plugin.js exports.dingtalk = { enable: true, package: 'egg-dingtalk', }; // {app_root}/app/controller/test.js exports.list = async ctx => { ctx.body = await ctx.dingtalk.user.list('1', true); };
// {app_root}/config/config.default.js exports.dingtalk = { corpid: '', corpsecret: '', host: '', enableContextLogger: '', };
Please open an issue here.
MIT
egg-dingtalk
egg plugin for dingtalk
Install
Usage
Configuration
Feature
Questions & Suggestions
Please open an issue here.
License
MIT