mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
修复自定义通知
This commit is contained in:
@@ -95,6 +95,7 @@ export class WebhookNotification extends NotificationBaseInfo {
|
||||
public webhookBody: any = {};
|
||||
public webhookUrl: string = '';
|
||||
public webhookMethod: 'GET' | 'POST' | 'PUT' = 'GET';
|
||||
public webhookContentType: 'application/json' | 'multipart/form-data' | 'application/x-www-form-urlencoded' = 'application/json';
|
||||
}
|
||||
|
||||
export interface NotificationInfo
|
||||
|
||||
Reference in New Issue
Block a user