topfans/backend/gateway/controller
zerosaturation ca3eeb8b5a feat: 实现我的作品统计接口(点赞/展出)
- 新增 GET /api/v1/me/liked-assets 接口
- 新增 GET /api/v1/me/exhibited-assets 接口
- 新增 GetMyLikedAssets 和 GetMyExhibitedAssets RPC 方法
- 新增 ExhibitedAssetItemDTO 和 GetMyExhibitedAssetsResponseDTO
- 前端新增 getUserLikedAssetsApi 和 getUserExhibitedAssetsApi(暂不实现)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-06 10:51:06 +08:00
..
activity_controller.go feat: 新增运营活动购买道具提醒 2026-04-13 16:08:52 +08:00
asset_controller.go fix: 修改模拟数据路径 2026-04-21 15:18:55 +08:00
auth_controller.go 提交后端代码 2026-04-07 22:29:48 +08:00
gallery_controller.go feat: 实现我的作品统计接口(点赞/展出) 2026-05-06 10:51:06 +08:00
ranking_controller.go 提交后端代码 2026-04-07 22:29:48 +08:00
social_controller.go feat: 实现我的作品统计接口(点赞/展出) 2026-05-06 10:51:06 +08:00
starbook_controller.go feat: 新增星册类型选择 2026-04-20 16:00:10 +08:00
task_controller.go fix: 修改任务系统的bug 2026-04-17 17:17:32 +08:00
user_controller.go 提交后端代码 2026-04-07 22:29:48 +08:00