This commit is contained in:
laodaming 2023-11-10 16:04:45 +08:00
parent e2f5fd359f
commit ad9d89a1bb
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ type DiyInfo struct {
}
type DeleteCartReq struct {
IdList []int64 `json:"id"` //购物车id
IdList []int64 `json:"id_list"` //购物车id
}
type GetCartsReq struct {

View File

@ -55,7 +55,7 @@ type DiyInfo {
}
//删除购物车
type DeleteCartReq {
IdList []int64 `json:"id"` //购物车id
IdList []int64 `json:"id_list"` //购物车id
}
//获取购物车列表