huang
429edf0d19
refactor: 注册微信配置和代理充值模块到 Bootstrap 和 OpenAPI 文档生成器
- bootstrap/types.go: 新增 WechatConfigStore/WechatConfigService/WechatConfigHandler/AgentRechargeService/AgentRechargeHandler 字段
- bootstrap/stores.go: 初始化 WechatConfigStore
- bootstrap/services.go: 初始化 WechatConfigService(注入 AuditService)和 AgentRechargeService
- bootstrap/handlers.go: 初始化 WechatConfigHandler 和 AgentRechargeHandler;PaymentHandler 新增 agentRechargeService 参数
- bootstrap/worker_services.go: 补充 WechatConfigService 注入
- routes/admin.go: 注册 WechatConfig 和 AgentRecharge 路由组
- openapi/handlers.go: 注册 WechatConfigHandler 和 AgentRechargeHandler 到文档生成器
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-03-16 23:30:30 +08:00
..
2026-02-02 17:23:20 +08:00
2026-03-16 23:30:30 +08:00
2026-03-16 23:29:42 +08:00
2026-01-24 15:46:15 +08:00
2026-03-16 15:43:55 +08:00
2026-02-02 17:23:20 +08:00
2026-01-26 15:07:03 +08:00
2026-01-27 12:18:19 +08:00
2026-01-22 10:15:04 +08:00
2026-03-16 10:44:38 +08:00
2026-03-14 18:27:28 +08:00
2026-01-29 13:18:49 +08:00
2026-01-22 10:15:04 +08:00
2026-03-14 18:27:28 +08:00
2026-02-11 17:13:42 +08:00
2026-02-11 17:13:42 +08:00
2026-01-21 10:20:52 +08:00
2026-03-16 10:44:38 +08:00
2026-01-29 09:36:12 +08:00
2026-03-16 23:30:17 +08:00
2026-01-27 19:55:47 +08:00
2026-02-11 17:13:42 +08:00
2026-01-27 19:55:47 +08:00
2026-02-02 17:12:14 +08:00
2026-01-30 17:25:30 +08:00
2026-02-05 17:32:44 +08:00
2026-02-05 17:32:44 +08:00
2026-02-05 17:32:44 +08:00
2026-02-05 17:32:44 +08:00
2026-02-05 17:32:44 +08:00
2026-02-05 17:32:44 +08:00
2026-01-31 12:15:07 +08:00
2026-01-26 10:28:29 +08:00
2026-01-22 10:15:04 +08:00
2026-02-02 17:23:20 +08:00
2026-01-28 17:11:55 +08:00
2026-01-28 17:11:55 +08:00
2026-03-04 11:36:20 +08:00
2026-02-03 10:06:13 +08:00
2026-01-31 14:13:02 +08:00
2026-03-16 23:29:31 +08:00