This commit is contained in:
laodaming
2023-09-22 17:21:40 +08:00
parent 98bc6294e6
commit c34811df83
3 changed files with 7 additions and 6 deletions

View File

@@ -49,7 +49,7 @@ type DeleteCartReq {
//获取购物车列表
type GetCartsReq {
CartIds []int64 `json:"cart_id,optional"` //购物车ids可选
CartId int64 `form:"cart_id,optional"` //购物车ids可选
}
type GetCartsRsp {
Meta Meta `json:"meta"` //分页信息