|
|
@ -94,7 +94,7 @@ type SkuImg struct {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// GetImgs @Title 获取预览图
|
|
|
|
// GetImgs @Title 获取预览图
|
|
|
|
func (s *sku) GetImgs(ctx context.Context, skuId uint) (reply SkuImg, err error) {
|
|
|
|
func (s *sku) GetImgs(ctx context.Context, skuId uint) (reply []SkuImg, err error) {
|
|
|
|
err = client.GetClient(s).Call(ctx, "GetImgs", skuId, &reply)
|
|
|
|
err = client.GetClient(s).Call(ctx, "GetImgs", skuId, &reply)
|
|
|
|
return
|
|
|
|
return
|
|
|
|
}
|
|
|
|
}
|
|
|
|