fix
This commit is contained in:
parent
74f25d23cf
commit
899581ba63
|
@ -93,6 +93,7 @@ func (l *GetRenderSettingByPidLogic) GetRenderSettingByPid(req *types.GetRenderS
|
|||
IsMicro: *productInfo.IsMicrowave,
|
||||
TypeName: *tagInfo.Title,
|
||||
IsLowRendering: isLowRendering,
|
||||
IsCustomization: *productInfo.IsCustomization,
|
||||
IsRemoveBg: isRemoveBg,
|
||||
RenderDesign: renderDesign,
|
||||
LastDesign: lastDesign,
|
||||
|
|
|
@ -382,6 +382,7 @@ type GetRenderSettingByPidRsp struct {
|
|||
IsMicro int64 `json:"isMicro"` //产品标签之一
|
||||
TypeName string `json:"typeName"` //产品类型名称
|
||||
IsLowRendering bool `json:"is_low_rendering"` //低质量画质渲染开关
|
||||
IsCustomization int64 `json:"is_customization"` //产品是否可定制
|
||||
IsRemoveBg bool `json:"is_remove_bg"` //logo上传是否去背景
|
||||
RenderDesign bool `json:"render_design"` //是否拥有云渲染设计方案
|
||||
LastDesign bool `json:"last_design"` //是否拥有千人千面设计方案
|
||||
|
|
|
@ -425,6 +425,7 @@ type GetRenderSettingByPidRsp {
|
|||
IsMicro int64 `json:"isMicro"` //产品标签之一
|
||||
TypeName string `json:"typeName"` //产品类型名称
|
||||
IsLowRendering bool `json:"is_low_rendering"` //低质量画质渲染开关
|
||||
IsCustomization int64 `json:"is_customization"` //产品是否可定制
|
||||
IsRemoveBg bool `json:"is_remove_bg"` //logo上传是否去背景
|
||||
RenderDesign bool `json:"render_design"` //是否拥有云渲染设计方案
|
||||
LastDesign bool `json:"last_design"` //是否拥有千人千面设计方案
|
||||
|
|
Loading…
Reference in New Issue
Block a user