Commit Graph

9 Commits

Author SHA1 Message Date
4f2b8ea3ad feat: add superadmin health center 2026-01-17 09:18:05 +08:00
609ca7b980 feat: add content report governance 2026-01-16 11:36:04 +08:00
3af3c854c9 feat: add super comment governance and finance oversight 2026-01-16 10:37:24 +08:00
b3fc226bbe feat: add audit logs and system configs 2026-01-15 20:07:36 +08:00
b896d0fa00 feat: add superadmin assets and notifications 2026-01-15 15:28:41 +08:00
539cdf3c1c feat: add superadmin creator review and coupon governance 2026-01-15 13:14:25 +08:00
235a216b0c feat: wire superadmin p1 data 2026-01-15 09:35:16 +08:00
179b6aa0e2 feat(auth): 重构认证模块,添加登录和检查Token功能,更新路由和数据结构 2025-12-30 18:12:22 +08:00
33e1921e17 Refactor super module: Move HTTP handlers to new super/v1 package
- Deleted old super.go file and moved all related HTTP handlers to new package structure under backend/app/http/super/v1.
- Updated service imports in super.go and super_test.go to reflect new DTO paths.
- Created new auth, contents, orders, tenants, and users handlers with corresponding routes and methods.
- Added new DTO definitions for authentication and content management in the super/v1/dto directory.
- Implemented new migration for content_access table and created model for it.
2025-12-29 17:17:07 +08:00