|
|
@@ -41,6 +41,7 @@ const (
|
|
|
ConfigKeyZaloAppId = "zalo_app_id" // Zalo App ID
|
|
|
ConfigKeyZaloSecret = "zalo_secret" // Zalo Secret Key
|
|
|
ConfigKeyTelegramBotName = "telegram_bot_name" // Telegram Bot 用户名
|
|
|
+ ConfigKeyTelegramBotId = "telegram_bot_id" // Telegram Bot 数字ID
|
|
|
ConfigKeySmtpHost = "smtp_host" // SMTP服务器地址
|
|
|
ConfigKeySmtpPort = "smtp_port" // SMTP端口
|
|
|
ConfigKeySmtpUser = "smtp_user" // SMTP用户名(发件邮箱)
|