iammm0
|
1fa7233916
|
refactor: 优化后端法律与支付路由
- 优化 api/routers/legal.py
- 优化 api/routers/payment.py
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-02-13 10:05:09 +08:00 |
|
iammm0
|
44b405d647
|
refactor: 优化后端支付与微信支付
- 优化payment/config.py、wechat_pay.py
- 优化routers/payment.py、plans.py、quota.py、websocket.py
- 更新main.py、.env.production
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-02-11 16:06:15 +08:00 |
|
iammm0
|
e39fd97e06
|
feat: 新增后端支付模块,支持微信和支付宝
- 新增api/payment/支付服务(微信、支付宝)
- 新增api/routers/payment.py支付路由
- 更新database/models.py支付相关模型
- 新增数据库迁移文件(订单表、用户订阅字段)
- 更新main.py、requirements.txt、.env.production
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-02-10 14:23:29 +08:00 |
|