fix
This commit is contained in:
parent
e2f5fd359f
commit
ad9d89a1bb
|
@ -35,7 +35,7 @@ type DiyInfo struct {
|
|||
}
|
||||
|
||||
type DeleteCartReq struct {
|
||||
IdList []int64 `json:"id"` //购物车id
|
||||
IdList []int64 `json:"id_list"` //购物车id
|
||||
}
|
||||
|
||||
type GetCartsReq struct {
|
||||
|
|
|
@ -55,7 +55,7 @@ type DiyInfo {
|
|||
}
|
||||
//删除购物车
|
||||
type DeleteCartReq {
|
||||
IdList []int64 `json:"id"` //购物车id
|
||||
IdList []int64 `json:"id_list"` //购物车id
|
||||
}
|
||||
|
||||
//获取购物车列表
|
||||
|
|
Loading…
Reference in New Issue
Block a user