diff --git a/server/product/internal/types/types.go b/server/product/internal/types/types.go index 4f51333c..33e927ef 100644 --- a/server/product/internal/types/types.go +++ b/server/product/internal/types/types.go @@ -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"` } diff --git a/server_api/product.api b/server_api/product.api index 40ef4980..d036cbc4 100644 --- a/server_api/product.api +++ b/server_api/product.api @@ -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"` } //获取产品千人千面设计方案