Alipay-HK 接入 暂存
This commit is contained in:
@@ -2596,9 +2596,7 @@ public class PythonService {
|
||||
pythonTAllInfoService.getImageIdByPath(designSingleItem.getPath()),
|
||||
designSingleItem.getOffset(),
|
||||
designSingleItem.getScale(),
|
||||
designSingleItem.getPriority(),
|
||||
designSingleItem.getGradient(),
|
||||
designSingleItem.getGradient_angle()));
|
||||
designSingleItem.getPriority()));
|
||||
});
|
||||
|
||||
|
||||
|
||||
@@ -74,9 +74,12 @@ public class DesignPythonItem {
|
||||
*/
|
||||
private Integer priority;
|
||||
|
||||
private List<List<Integer>> gradient;
|
||||
|
||||
private Float gradient_angle;
|
||||
/**
|
||||
* 渐变图片的minio地址
|
||||
*/
|
||||
private String gradient;
|
||||
//
|
||||
// private Float gradient_angle;
|
||||
|
||||
public static List<String> OUTWEAR_DRESS_BLOUSE = Arrays.asList(CollectionLevel2TypeEnum.OUTWEAR.getRealName(),
|
||||
CollectionLevel2TypeEnum.DRESS.getRealName(), CollectionLevel2TypeEnum.BLOUSE.getRealName());
|
||||
@@ -126,20 +129,20 @@ public class DesignPythonItem {
|
||||
this.priority = priority;
|
||||
}
|
||||
|
||||
public DesignPythonItem(String type, String path, String color, DesignPythonItemPrint print, Long businessId, Long image_id, List<Long> offset, Float resize_scale,Integer priority, List<List<Integer>> gradient, Float gradient_angle) {
|
||||
this.type = type;
|
||||
this.path = path;
|
||||
this.color = color;
|
||||
this.print = print;
|
||||
// this.icon = icon;
|
||||
this.businessId = businessId;
|
||||
this.image_id = image_id;
|
||||
this.offset = offset;
|
||||
this.resize_scale = resize_scale;
|
||||
this.priority = priority;
|
||||
this.gradient = gradient;
|
||||
this.gradient_angle = gradient_angle;
|
||||
}
|
||||
// public DesignPythonItem(String type, String path, String color, DesignPythonItemPrint print, Long businessId, Long image_id, List<Long> offset, Float resize_scale,Integer priority) {
|
||||
// this.type = type;
|
||||
// this.path = path;
|
||||
// this.color = color;
|
||||
// this.print = print;
|
||||
//// this.icon = icon;
|
||||
// this.businessId = businessId;
|
||||
// this.image_id = image_id;
|
||||
// this.offset = offset;
|
||||
// this.resize_scale = resize_scale;
|
||||
// this.priority = priority;
|
||||
//// this.gradient = gradient;
|
||||
//// this.gradient_angle = gradient_angle;
|
||||
// }
|
||||
|
||||
public DesignPythonItem(String type, String path, String color, DesignPythonItemPrint print, String icon, Long businessId, Long image_id) {
|
||||
this.type = type;
|
||||
|
||||
Reference in New Issue
Block a user