接口修改: designSingle添加返回参数 offset,currentFullBodyView
This commit is contained in:
@@ -46,6 +46,9 @@ public class DesignPythonOutfitVO {
|
||||
*/
|
||||
@ApiModelProperty(value = "位置")
|
||||
private List<Long> position;
|
||||
|
||||
@ApiModelProperty(value = "偏移量")
|
||||
private List<Long> offset;
|
||||
/**
|
||||
* 图层缩放比例
|
||||
*/
|
||||
|
||||
@@ -14,6 +14,8 @@ public class DesignSingleVO {
|
||||
@ApiModelProperty("全身图")
|
||||
private String designItemUrl;
|
||||
|
||||
@ApiModelProperty("当前全身图")
|
||||
private String currentFullBodyView;
|
||||
|
||||
@ApiModelProperty("clothes 数组")
|
||||
private List<DesignItemClothesDetailVO> clothes;
|
||||
|
||||
Reference in New Issue
Block a user