|
|
@ -241,7 +241,7 @@ func (s *sku) GetImgs(ctx context.Context, skuId uint) (reply []SkuImg, err erro
|
|
|
|
type ArgsReplaceImg struct {
|
|
|
|
type ArgsReplaceImg struct {
|
|
|
|
SkuId uint
|
|
|
|
SkuId uint
|
|
|
|
Id uint
|
|
|
|
Id uint
|
|
|
|
ReplacePath string
|
|
|
|
Path string
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// ReplaceImg @Title 替换图片
|
|
|
|
// ReplaceImg @Title 替换图片
|
|
|
|