正式添加aliyun平台,并修复一些bug,优化了日志系统

This commit is contained in:
2025-09-27 14:11:27 +08:00
parent 4d9e1bf355
commit 2ea4ed9acd
9 changed files with 25 additions and 18 deletions

View File

@@ -26,6 +26,8 @@ def main(message, group_openid):
else:
logger.info(f"找到 UUID: {uuid}")
logger.info("请求平台aliyun")
# 发送请求
response = Application.call(
# 若没有配置环境变量可用百炼API Key将下行替换为api_key="sk-xxx"。但不建议在生产环境中直接将API Key硬编码到代码中以减少API Key泄露风险。