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
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
egg-dingtalk
egg plugin for dingtalk
Install
Usage
Configuration
Feature
Questions & Suggestions
Please open an issue here.
License
MIT