TASK: 保存画布时返回画布id

BUGFIX: 用户输入的prompt没有传入flux
This commit is contained in:
2025-07-31 14:57:20 +08:00
parent c444d5a69f
commit 7edc959432
10 changed files with 130 additions and 43 deletions

View File

@@ -3599,6 +3599,7 @@ public class PythonService {
log.info("promptTranslation请求入参content###{}", jsonString);
response = client.newCall(request).execute();
} catch (IOException ioException) {
response.close();
log.error("PythonService##promptTranslation异常###{}", ExceptionUtil.getThrowableList(ioException));
return text;
}