HaniBlindBox/server
zpc 8991118f8d fix: 修复发货重试后台服务不执行的问题
- 使用 IServiceScopeFactory 解决 scoped 服务依赖问题
- IWechatService 是 scoped 服务,不能直接注入到 singleton 后台服务
- 每次处理订单时创建新的 scope 来解析 IWechatService
- 将检查间隔从 60 秒改为 30 秒
- 优化 RedisService.GetKeysAsync 使用实时连接状态检查
2026-02-10 17:22:38 +08:00
..
HoneyBox fix: 修复发货重试后台服务不执行的问题 2026-02-10 17:22:38 +08:00
php init 2026-01-01 20:46:07 +08:00
scripts 21 2026-02-08 13:16:20 +08:00