This commit is contained in:
xiaojunnuo
2024-11-25 23:48:04 +08:00
parent c6fff4950d
commit 92c6c45e77
6 changed files with 26 additions and 6 deletions
@@ -30,8 +30,9 @@ export class QywxNotification extends BaseNotification {
mentionedList!: string[];
async send(body: NotificationBody) {
console.log('send qywx');
if (!this.webhook) {
throw new Error('webhook地址不能为空');
}
/**
*
* "msgtype": "text",