fix
This commit is contained in:
@@ -35,7 +35,7 @@ type DiyInfo struct {
|
||||
}
|
||||
|
||||
type DeleteCartReq struct {
|
||||
IdList []int64 `json:"id"` //购物车id
|
||||
IdList []int64 `json:"id_list"` //购物车id
|
||||
}
|
||||
|
||||
type GetCartsReq struct {
|
||||
|
||||
Reference in New Issue
Block a user