fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user