Merge branch 'develop' of gitee.com:fusenpack/fusenapi into develop

This commit is contained in:
momo
2023-10-07 11:32:16 +08:00
4 changed files with 15 additions and 2 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