diff --git a/supply/sku.go b/supply/sku.go index 47e364d..6d4f171 100644 --- a/supply/sku.go +++ b/supply/sku.go @@ -60,9 +60,8 @@ type ArgsSkuAdd struct { } type SkuImg struct { - Id uint `json:"id"` - Path string `json:"path"` - ReplacePath string `json:"replacePath"` + Id uint `json:"id"` + Path string `json:"path"` } type SkuSpecification struct {