ai_v/blueprints
24024 2ea495721c ```
feat(payment): 添加邀请奖励功能并重构订单支付处理逻辑

- 引入InviteReward模型用于记录邀请奖励
- 新增_process_success_order内部函数统一处理订单成功逻辑
- 实现邀请奖励机制:被邀请人前3次充值时,邀请人获得10%积分奖励
- 在支付回调、主动查询和异步通知中统一调用新的处理函数
- 改进代码结构,消除重复的订单处理逻辑
```
2026-01-23 21:58:37 +08:00
..
admin.py ``` 2026-01-23 21:46:08 +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 ``` 2026-01-23 21:46:08 +08:00
payment.py ``` 2026-01-23 21:58:37 +08:00