添加购物车新增灯光信息保存
This commit is contained in:
@@ -109,6 +109,7 @@ type CalculateCartPriceReq {
|
||||
type CalculateItem {
|
||||
CartId int64 `json:"cart_id"` //购物车id
|
||||
PurchaseQuantity int64 `json:"purchase_quantity"` //数量
|
||||
IsSelected bool `json:"is_selected"` //是否是选中的,选中的会统计到总价中
|
||||
}
|
||||
type CalculateCartPriceRsp {
|
||||
SubTotalPrice string `json:"sub_total_price"`
|
||||
|
||||
Reference in New Issue
Block a user