fix
This commit is contained in:
@@ -70,6 +70,8 @@ type CartItem {
|
||||
IsInvalid bool `json:"is_invalid"` //是否无效
|
||||
InvalidDescription string `json:"invalid_description"` //无效原因
|
||||
IsSelected bool `json:"is_selected"` //是否选中
|
||||
TemplateTag string `json:"template_tag"` //模板标签
|
||||
Logo string `json:"logo"`
|
||||
}
|
||||
type ProductInfo {
|
||||
ProductId int64 `json:"product_id"` //产品id
|
||||
|
||||
Reference in New Issue
Block a user