fix
This commit is contained in:
@@ -52,9 +52,8 @@ type GetCartsReq {
|
||||
CurrentPage int `form:"current_page"` //当前页
|
||||
}
|
||||
type GetCartsRsp {
|
||||
Meta Meta `json:"meta"` //分页信息
|
||||
AllCartIdArray []int64 `json:"all_cartId_array"` //全部购物车id(不分页)
|
||||
CartList []CartItem `json:"cart_list"`
|
||||
Meta Meta `json:"meta"` //分页信息
|
||||
CartList []CartItem `json:"cart_list"`
|
||||
}
|
||||
type CartItem {
|
||||
CartId int64 `json:"cart_id"`
|
||||
|
||||
Reference in New Issue
Block a user