fix
This commit is contained in:
parent
e3373bde65
commit
c6f445708d
|
@ -362,7 +362,7 @@ type GetRenderSettingByPidRsp struct {
|
||||||
IsLowRendering bool `json:"is_low_rendering"` //低质量画质渲染开关
|
IsLowRendering bool `json:"is_low_rendering"` //低质量画质渲染开关
|
||||||
IsRemoveBg bool `json:"is_remove_bg"` //logo上传是否去背景
|
IsRemoveBg bool `json:"is_remove_bg"` //logo上传是否去背景
|
||||||
RenderDesign bool `json:"render_design"` //是否拥有云渲染设计方案
|
RenderDesign bool `json:"render_design"` //是否拥有云渲染设计方案
|
||||||
LastDesign bool `json:"last_lesign"` //是否拥有千人千面设计方案
|
LastDesign bool `json:"last_design"` //是否拥有千人千面设计方案
|
||||||
Colors interface{} `json:"colors"`
|
Colors interface{} `json:"colors"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -400,7 +400,7 @@ type GetRenderSettingByPidRsp {
|
||||||
IsLowRendering bool `json:"is_low_rendering"` //低质量画质渲染开关
|
IsLowRendering bool `json:"is_low_rendering"` //低质量画质渲染开关
|
||||||
IsRemoveBg bool `json:"is_remove_bg"` //logo上传是否去背景
|
IsRemoveBg bool `json:"is_remove_bg"` //logo上传是否去背景
|
||||||
RenderDesign bool `json:"render_design"` //是否拥有云渲染设计方案
|
RenderDesign bool `json:"render_design"` //是否拥有云渲染设计方案
|
||||||
LastDesign bool `json:"last_lesign"` //是否拥有千人千面设计方案
|
LastDesign bool `json:"last_design"` //是否拥有千人千面设计方案
|
||||||
Colors interface{} `json:"colors"`
|
Colors interface{} `json:"colors"`
|
||||||
}
|
}
|
||||||
//获取产品千人千面设计方案
|
//获取产品千人千面设计方案
|
||||||
|
|
Loading…
Reference in New Issue
Block a user