新增小程序后端代码,包括数据库、路由、服务层等。

小程序前后端打通,包括登录、注册、绑定设备、查询绑定信息,修改小朋友名称等功能。
This commit is contained in:
HycJack
2026-04-13 01:54:57 +08:00
parent 33715373b0
commit a22fcafea9
46 changed files with 3713 additions and 268 deletions

View File

@@ -1,7 +1,10 @@
fastapi==0.115.11
uvicorn[standard]==0.34.0
fastapi==0.135.3
uvicorn[standard]==0.44.0
pydantic-settings==2.8.1
python-dotenv==1.0.1
SQLAlchemy==2.0.38
PyMySQL==1.1.1
PyJWT==2.10.1
httpx==0.28.1
pytest==8.3.4
pytest-asyncio==0.24.0