TASK:aida;

This commit is contained in:
shahaibo
2024-06-25 16:43:29 +08:00
parent 9b589eece6
commit a5bfc4e41d
12 changed files with 338 additions and 90 deletions

View File

@@ -36,4 +36,6 @@ public interface GenerateService extends IService<Generate> {
Long getRankPosition(String uniqueId);
void cancelGenerate(Long userId, List<String> uniqueId, String timeZone);
void processRelightResult(String taskId, String url, String category);
}