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 {