This commit is contained in:
yumoqing 2025-12-16 21:11:40 +08:00
parent 2849847d79
commit 4bda7bc81a

View File

@ -13,7 +13,7 @@ CONF = {
"mail": os.getenv("MAIL", ""), "mail": os.getenv("MAIL", ""),
"password": os.getenv("PASSWORD", ""), "password": os.getenv("PASSWORD", ""),
"from_mail": os.getenv("FROM_MAIL", "") "from_mail": os.getenv("FROM_MAIL", "")
} },
"wechat": { "wechat": {
"mchid": os.getenv("WXP_MCHID",""), "mchid": os.getenv("WXP_MCHID",""),
"appid": os.getenv("WXP_APPID", ""), "appid": os.getenv("WXP_APPID", ""),