egg-webhook
v2.0.3
Published
egg webhook插件
Downloads
3
Maintainers
Readme
egg-webhook
- egg webhook 插件
- typescript
支持
- 钉钉机器人
plugin.js 配置
webhook: {
enable: true,
package: 'egg-webhook',
},
config.default.js 配置
config.webhook = {
dingtalk: {
url: '',
startmsg: false, // 应用启动通知,false=不通知,true=所有主机启动都通知,Array=只有配置的主机启动才通知
},
};
调用
const retVal = await ctx.helper.getWebhook().dingtalk.sendText('zyy: unit test');