ai_v/blueprints
公司git 8a107ee575 fix(payment): 同步回调中处理订单状态,防止异步延迟
- 同步回调中加锁查询订单,防止并发导致重复发放
- 将订单状态从PENDING更新为PAID,并记录支付交易号和支付时间
- 支付成功时增加用户积分,记录日志
- 异常时回滚事务并记录错误日志
- 异步通知加锁查询订单,确保并发安全
- 更新支付宝支付跳转和通知地址配置
2026-01-23 15:00:34 +08:00
..
admin.py feat: Add admin panel for system management, new authentication and payment blueprints, logger and stats services, and related model updates. 2026-01-18 21:09:43 +08:00
api.py feat: Implement a new API blueprint for core application functionalities including generation, history, notifications, user stats, and saved prompts, along with a new SavedPrompt model and supporting frontend. 2026-01-21 20:43:46 +08:00
auth.py feat: Add admin panel for system management, new authentication and payment blueprints, logger and stats services, and related model updates. 2026-01-18 21:09:43 +08:00
payment.py fix(payment): 同步回调中处理订单状态,防止异步延迟 2026-01-23 15:00:34 +08:00