新增更新购物车购买数量接口
This commit is contained in:
@@ -48,8 +48,8 @@ type DeleteCartReq {
|
||||
}
|
||||
//修改购物车购买数量
|
||||
type ModifyCartPurchaseQuantityReq {
|
||||
Id int64 `json:"id"` //购物车id
|
||||
Quantity int64 `json:"quantity"` //数量
|
||||
Id int64 `json:"id"` //购物车id
|
||||
PurchaseQuantity int64 `json:"purchase_quantity"` //数量
|
||||
}
|
||||
//获取购物车列表
|
||||
type GetCartsReq {
|
||||
|
||||
Reference in New Issue
Block a user