通知 TG_API_HOST 参数移除默认 https 协议,参数包含协议

This commit is contained in:
whyour
2023-12-01 09:21:27 +08:00
parent 5afec03548
commit 897b710527
4 changed files with 88 additions and 87 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ export class TelegramBotNotification extends NotificationBaseInfo {
public telegramBotProxyHost = '';
public telegramBotProxyPort = '';
public telegramBotProxyAuth = '';
public telegramBotApiHost = 'api.telegram.org';
public telegramBotApiHost = 'https://api.telegram.org';
}
export class DingtalkBotNotification extends NotificationBaseInfo {