generate 日志打印

This commit is contained in:
2024-01-31 19:35:17 +08:00
parent 83058acfea
commit 9b55083768
2 changed files with 2 additions and 1 deletions

View File

@@ -2295,6 +2295,7 @@ public class PythonService {
Boolean result = JSON.parseObject(JSON.toJSONString(response)).getBoolean("successful");
if (result && jsonObject.get("code").equals(200)) {
log.info("Generate##responseObject###{}", jsonObject);
return setGenerateImageList(jsonObject.getJSONObject("data"));
}
log.info("generateSketchOrPrintPrint失败###{}", jsonObject);