This commit is contained in:
2025-05-30 11:34:16 +08:00
parent 5d2cf4fd31
commit 0d5aabe317
16 changed files with 24 additions and 13 deletions

View File

@@ -31,7 +31,7 @@ public interface FaceService {
SearchFaceRespVo matchFaceId(Long faceId, boolean isNew);
ApiResponse deleteFace(Long faceId);
ApiResponse<String> deleteFace(Long faceId);
List<ContentPageVO> faceContentList(Long faceId);