huang
6caf0f6141
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Has been cancelled
feat: 新增全局操作密码功能,将线下充值验证从登录密码改为统一操作密码
- 新增 RedisSystemOperationPasswordKey 常量函数(pkg/constants/redis.go)
- 新增 operation_password Service(Set/IsSet/Verify,bcrypt 哈希存 Redis)
- 新增 SuperAdminHandler 及两个接口:
- POST /api/admin/super-admin/operation-password(设置/重置,仅超级管理员)
- GET /api/admin/super-admin/operation-password/status(查询是否已设置)
- AgentRecharge.OfflinePay 操作密码验证从"查当前用户登录密码"改为"全局操作密码 Verify"
- Bootstrap/路由/文档生成器同步注册
2026-04-18 09:06:33 +08:00
..
2026-04-16 15:55:41 +08:00
2026-02-11 17:13:42 +08:00
2026-04-15 12:21:43 +08:00
2026-04-18 09:06:33 +08:00
2026-04-14 11:11:15 +08:00
2026-04-17 17:25:02 +08:00
2026-03-31 19:17:45 +08:00
2026-02-26 16:38:52 +08:00
2026-03-31 20:05:12 +08:00
2026-02-27 11:03:44 +08:00
2026-04-18 09:06:33 +08:00
2026-04-14 11:11:15 +08:00
2026-04-15 12:22:49 +08:00
2026-02-11 17:13:42 +08:00
2026-03-21 10:51:43 +08:00
2026-01-31 15:34:32 +08:00
2026-04-14 11:19:57 +08:00
2026-04-17 12:04:44 +08:00
2026-04-16 18:37:59 +08:00