diff --git a/src/main/java/com/ai/da/python/PythonService.java b/src/main/java/com/ai/da/python/PythonService.java index c080e682..08113d91 100644 --- a/src/main/java/com/ai/da/python/PythonService.java +++ b/src/main/java/com/ai/da/python/PythonService.java @@ -2871,6 +2871,7 @@ public class PythonService { designPythonItemPrint.setPrint_path_list(new ArrayList<>()); dress.setPrint(new PrintToPython(designPythonItemPrint)); dress.setPath("aida-sys-image/images/female/blouse/0628001551.jpg"); + dress.setColor("255 255 255"); response.add(dress); DesignPythonItem skirt = new DesignPythonItem(); @@ -2882,6 +2883,7 @@ public class PythonService { designPythonItemPrint1.setPrint_path_list(new ArrayList<>()); skirt.setPrint(new PrintToPython(designPythonItemPrint1)); skirt.setPath("aida-sys-image/images/female/skirt/0628000022.jpg"); + skirt.setColor("255 255 255"); // skirt.setPath("aida-sys-image/images/female/dress/0628000000.jpg"); response.add(skirt); } else { @@ -2894,6 +2896,7 @@ public class PythonService { designPythonItemPrint.setPrint_path_list(new ArrayList<>()); top.setPrint(new PrintToPython(designPythonItemPrint)); top.setPath("aida-sys-image/images/male/tops/mens_test_10.png"); + top.setColor("255 255 255"); response.add(top); DesignPythonItem bottom = new DesignPythonItem(); @@ -2905,6 +2908,7 @@ public class PythonService { designPythonItemPrint1.setPrint_path_list(new ArrayList<>()); bottom.setPrint(new PrintToPython(designPythonItemPrint1)); bottom.setPath("aida-sys-image/images/male/bottoms/mens_test_6252.png"); + bottom.setColor("255 255 255"); response.add(bottom); }