This commit is contained in:
laodaming
2023-09-22 17:04:01 +08:00
parent bea1fd230a
commit 2054b9ec97
3 changed files with 9 additions and 18 deletions

View File

@@ -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"` //分页信息