TASK:toproductimage prompt;

This commit is contained in:
shahaibo
2024-12-02 12:02:19 +08:00
parent 8d6e3e9644
commit b315ae5644
8 changed files with 301 additions and 52 deletions

View File

@@ -62,4 +62,6 @@ public interface UserLikeGroupService extends IService<UserLikeGroup> {
List<MagicToolResultVO> getRelightResult(List<String> taskIdList);
String likeHistoryRelSketch();
String download();
}