fix
This commit is contained in:
@@ -418,17 +418,18 @@ type GetRenderSettingByPidReq {
|
||||
ClientNo string `form:"client_no,optional"`
|
||||
}
|
||||
type GetRenderSettingByPidRsp {
|
||||
Id int64 `json:"id"` //产品id
|
||||
Type int64 `json:"type"` //产品typeid
|
||||
Title string `json:"title"` //产品名称
|
||||
IsEnv int64 `json:"isEnv"` //产品标签之一
|
||||
IsMicro int64 `json:"isMicro"` //产品标签之一
|
||||
TypeName string `json:"typeName"` //产品类型名称
|
||||
IsLowRendering bool `json:"is_low_rendering"` //低质量画质渲染开关
|
||||
IsRemoveBg bool `json:"is_remove_bg"` //logo上传是否去背景
|
||||
RenderDesign bool `json:"render_design"` //是否拥有云渲染设计方案
|
||||
LastDesign bool `json:"last_design"` //是否拥有千人千面设计方案
|
||||
Colors interface{} `json:"colors"`
|
||||
Id int64 `json:"id"` //产品id
|
||||
Type int64 `json:"type"` //产品typeid
|
||||
Title string `json:"title"` //产品名称
|
||||
IsEnv int64 `json:"isEnv"` //产品标签之一
|
||||
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"` //是否拥有千人千面设计方案
|
||||
Colors interface{} `json:"colors"`
|
||||
}
|
||||
//获取产品千人千面设计方案
|
||||
type GetLastProductDesignRsp {
|
||||
|
||||
Reference in New Issue
Block a user