Remove legacy test script and enhance main application with WeChat server and menu management features. Added commands for starting the WeChat callback server and managing WeChat menus, along with necessary imports and error handling. Updated requirements to include Flask for the WeChat server functionality.

This commit is contained in:
2026-01-08 15:16:42 +08:00
parent 317dbf3c58
commit a8108d9afd
25 changed files with 3089 additions and 152 deletions
+3 -1
View File
@@ -26,11 +26,13 @@ openpyxl>=3.0.10 # Excel文件处理(可选)
cryptography>=39.0.0 # 加密库(用于微信消息加密)
pycryptodome>=3.17.0 # 加密算法库
# Web框架(企业微信回调服务器)
flask>=2.3.0 # Web框架
# 可选依赖(根据需要安装)
# redis>=4.5.0 # Redis缓存(如果需要)
# sqlalchemy>=2.0.0 # ORM(如果需要更复杂的数据库操作)
# celery>=5.3.0 # 分布式任务队列(如果需要)
# flask>=2.3.0 # Web框架(如果需要Web界面)
# 开发依赖(仅开发环境需要)
# pytest>=7.2.0 # 测试框架