This commit is contained in:
laodaming
2023-10-07 10:43:33 +08:00
parent cf83bd068b
commit aafcbfcf50
4 changed files with 9 additions and 1 deletions

View File

@@ -72,6 +72,7 @@ type CartItem {
IsSelected bool `json:"is_selected"` //是否选中
TemplateTag string `json:"template_tag"` //模板标签
Logo string `json:"logo"`
RenderImage string `json:"render_image"` //渲染结果图
}
type ProductInfo {
ProductId int64 `json:"product_id"` //产品id