|
@@ -68,6 +68,17 @@ TELEGRAM_BOT_ENABLE=0
|
|
|
TELEGRAM_PROXY=''
|
|
|
###################### end Telegram bot #########################
|
|
|
|
|
|
+###################### 企业微信 #########################
|
|
|
+# 企业 ID Corporate ID
|
|
|
+CORP_ID=''
|
|
|
+
|
|
|
+# 应用的凭证密钥 Credential keys for enterprise WeChat applications
|
|
|
+CORP_SECRET=''
|
|
|
+
|
|
|
+# 是否启用企业微信送信功能 1:启用 0:不启用 Whether to enable the enterprise WeChat message push function 1: Enable 0: Do not enable
|
|
|
+WECHAT_ENABLE=0
|
|
|
+###################### end 企业微信 #########################
|
|
|
+
|
|
|
# 通知频率 0:仅当有续期操作的时候 1:每次执行 Notification frequency 0: Only when there is a renewal operation 1: Each execution
|
|
|
NOTICE_FREQ=1
|
|
|
|