fix
This commit is contained in:
@@ -49,7 +49,7 @@ type DeleteCartReq {
|
||||
|
||||
//获取购物车列表
|
||||
type GetCartsReq {
|
||||
CurrentPage int `form:"current_page"` //当前页
|
||||
CartIds []int64 `json:"cart_id,optional"` //购物车ids可选
|
||||
}
|
||||
type GetCartsRsp {
|
||||
Meta Meta `json:"meta"` //分页信息
|
||||
|
||||
Reference in New Issue
Block a user