- 新增api/payment/支付服务(微信、支付宝) - 新增api/routers/payment.py支付路由 - 更新database/models.py支付相关模型 - 新增数据库迁移文件(订单表、用户订阅字段) - 更新main.py、requirements.txt、.env.production Co-authored-by: Cursor <cursoragent@cursor.com>
- 优化auth.py认证路由 - 新增legal.py法律文档路由 - 更新main.py注册新路由 - 新增数据库迁移文件add_device_info_column.sql
- 新增api/migrations/数据库迁移文件