TASK:aida;

This commit is contained in:
shahaibo
2024-10-20 10:52:14 +08:00
parent 41619febb9
commit ebd596d0d2
7 changed files with 223 additions and 83 deletions

View File

@@ -239,4 +239,10 @@ public class SavedCollectionController {
List<MagicToolResultVO> magicToolResultVOList = userLikeGroupService.getRelightResult(taskIdList);
return Response.success(magicToolResultVOList);
}
@ApiOperation(value = "likeHistoryRelSketch")
@PostMapping("/likeHistoryRelSketch")
public Response<String> likeHistoryRelSketch() {
return Response.success(userLikeGroupService.likeHistoryRelSketch());
}
}