fix
This commit is contained in:
@@ -86,17 +86,18 @@ func (l *GetRenderSettingByPidLogic) GetRenderSettingByPid(req *types.GetRenderS
|
||||
}
|
||||
}
|
||||
return resp.SetStatusWithMessage(basic.CodeOK, "success", types.GetRenderSettingByPidRsp{
|
||||
Id: productInfo.Id,
|
||||
Type: *productInfo.Type,
|
||||
Title: *productInfo.Title,
|
||||
IsEnv: *productInfo.IsProtection,
|
||||
IsMicro: *productInfo.IsMicrowave,
|
||||
TypeName: *tagInfo.Title,
|
||||
IsLowRendering: isLowRendering,
|
||||
IsRemoveBg: isRemoveBg,
|
||||
RenderDesign: renderDesign,
|
||||
LastDesign: lastDesign,
|
||||
Colors: color_list.GetColor(),
|
||||
Id: productInfo.Id,
|
||||
Type: *productInfo.Type,
|
||||
Title: *productInfo.Title,
|
||||
IsEnv: *productInfo.IsProtection,
|
||||
IsMicro: *productInfo.IsMicrowave,
|
||||
TypeName: *tagInfo.Title,
|
||||
IsLowRendering: isLowRendering,
|
||||
IsCustomization: *productInfo.IsCustomization,
|
||||
IsRemoveBg: isRemoveBg,
|
||||
RenderDesign: renderDesign,
|
||||
LastDesign: lastDesign,
|
||||
Colors: color_list.GetColor(),
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user