fix
This commit is contained in:
@@ -27,6 +27,7 @@ service shopping-cart {
|
||||
type AddToCartReq {
|
||||
ProductId int64 `json:"product_id"` //产品id
|
||||
TemplateId int64 `json:"template_id,optional"` //模板id(不可定制的不传)
|
||||
SelectColorIndex int64 `json:"select_color_index"` //选择的颜色索引
|
||||
SizeId int64 `json:"size_id"` //尺寸id
|
||||
FittingId int64 `json:"fitting_id,optional"` //配件id(没有可以不传)
|
||||
PurchaseQuantity int64 `json:"purchase_quantity"` //购买数量
|
||||
@@ -71,6 +72,7 @@ type CartItem {
|
||||
InvalidDescription string `json:"invalid_description"` //无效原因
|
||||
IsSelected bool `json:"is_selected"` //是否选中
|
||||
TemplateTag string `json:"template_tag"` //模板标签
|
||||
SelectColorIndex int64 `json:"select_color_index"` //选择的颜色索引
|
||||
Logo string `json:"logo"`
|
||||
RenderImage string `json:"render_image"` //渲染结果图
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user