前端大图展示逻辑
All checks were successful
Gitea/FrameTour-BE/pipeline/head This commit looks good

This commit is contained in:
2025-07-23 10:15:18 +08:00
parent 4d53986277
commit 1059d30c21
8 changed files with 54 additions and 1 deletions

View File

@@ -36,4 +36,6 @@ public interface FaceService {
List<ContentPageVO> faceContentList(Long faceId);
ApiResponse<List<ContentPageVO>> contentListUseDefaultFace();
void bindFace(Long faceId, Long userId);
}