主要修改在asr-monitor-test 修改小程序手机号码登录 小程序的TTS生成(查一查、AI) 增加和支付相关的功能

This commit is contained in:
qcloud
2025-07-10 22:04:44 +08:00
parent 0665eb2c2d
commit 74899acab9
23 changed files with 4467 additions and 459 deletions

View File

@@ -10,6 +10,7 @@ python-jose[cryptography]==3.3.0 # 兼容 Python3 的 JOSE 实现
pycryptodome==3.20.0 # 替代旧版 pycrypto 的现代加密库
requests>=2.25.1,<3.0.0
httpx
# MySQL 驱动
pymysql==1.1.0
@@ -18,4 +19,8 @@ pymysql==1.1.0
dbutils==3.1.1
tenacity>=8.2.3 # 推荐使用最新稳定版
openai>=1.0.0 # 这是OpenAI官方Python SDK
python-dotenv>=0.19.0 # 用于加载.env文件
cryptography>=42.0.0
python-dateutil