This commit is contained in:
laodaming 2023-07-19 09:55:00 +08:00
parent e3373bde65
commit c6f445708d
2 changed files with 2 additions and 2 deletions

View File

@ -362,7 +362,7 @@ type GetRenderSettingByPidRsp struct {
IsLowRendering bool `json:"is_low_rendering"` //低质量画质渲染开关
IsRemoveBg bool `json:"is_remove_bg"` //logo上传是否去背景
RenderDesign bool `json:"render_design"` //是否拥有云渲染设计方案
LastDesign bool `json:"last_lesign"` //是否拥有千人千面设计方案
LastDesign bool `json:"last_design"` //是否拥有千人千面设计方案
Colors interface{} `json:"colors"`
}

View File

@ -400,7 +400,7 @@ type GetRenderSettingByPidRsp {
IsLowRendering bool `json:"is_low_rendering"` //低质量画质渲染开关
IsRemoveBg bool `json:"is_remove_bg"` //logo上传是否去背景
RenderDesign bool `json:"render_design"` //是否拥有云渲染设计方案
LastDesign bool `json:"last_lesign"` //是否拥有千人千面设计方案
LastDesign bool `json:"last_design"` //是否拥有千人千面设计方案
Colors interface{} `json:"colors"`
}
//获取产品千人千面设计方案