针对微信小程序的后台经过5天测试,具备一定的稳定性,提交版本用于保存

This commit is contained in:
qcloud
2025-07-27 21:37:28 +08:00
parent 44cb7c0dca
commit e6644a5262
18 changed files with 3147 additions and 376 deletions

View File

@@ -3,6 +3,7 @@ uvicorn>=0.15.0
websockets==12.0
python-multipart==0.0.20
dashscope>=1.23.8
# JWT 相关
python-jose[cryptography]==3.3.0 # 兼容 Python3 的 JOSE 实现
@@ -15,6 +16,7 @@ httpx
# MySQL 驱动
pymysql==1.1.0
tzdata==2025.2
# 连接池管理
dbutils==3.1.1