ai_v/services
公司git 1196809c6a feat(payment): 添加订单状态同步功能和主动查询接口
- 在 app.py 中集成定时任务,每分钟同步最近30分钟内待支付订单状态
- 定时任务调用支付宝接口更新订单状态及用户积分,记录日志
- payment.py 新增主动查询订单接口,支持用户手动触发订单状态同步
- 添加订单简单查询API,返回订单当前状态信息
- 支付异步通知日志记录优化,改为系统日志记录
- 配置文件中调整支付宝回调地址使用 HTTPS 协议
- alipay_service.py 增加支付宝订单状态查询方法,支持主动轮询订单状态
2026-01-23 17:40:23 +08:00
..
__init__.py feat: Implement core application structure with new services, blueprints, templates, and database migrations. 2026-01-17 23:15:58 +08:00
alipay_service.py feat(payment): 添加订单状态同步功能和主动查询接口 2026-01-23 17:40:23 +08:00
captcha_service.py feat: Implement a comprehensive user authentication system, add video generation capabilities, and set up database migrations and API blueprints. 2026-01-16 22:24:14 +08:00
file_service.py feat: Implement core application structure with new services, blueprints, templates, and database migrations. 2026-01-17 23:15:58 +08:00
generation_service.py feat: Implement core API endpoints for AI content generation, user management, and Alipay payment processing. 2026-01-20 16:01:58 +08:00
history_service.py feat: Implement user history retrieval and MinIO file proxy with updated public URL configuration. 2026-01-21 19:32:02 +08:00
logger.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
sms_service.py feat(api): 实现图像生成及后台同步功能 2026-01-12 00:53:31 +08:00
stats_service.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
system_service.py feat: Implement core application structure with new services, blueprints, templates, and database migrations. 2026-01-17 23:15:58 +08:00
task_service.py feat: Implement core API endpoints for AI content generation, user management, and Alipay payment processing. 2026-01-20 16:01:58 +08:00