2.0.3 • Published 3 years ago

egg-webhook v2.0.3

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

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');
2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago