|
|
|
@ -256,7 +256,7 @@ type PriceItem struct {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Prices @TITLE 批量更新价格
|
|
|
|
|
func (s *sku) Prices(ctx context.Context, prices PriceItem) error {
|
|
|
|
|
func (s *sku) Prices(ctx context.Context, prices []PriceItem) error {
|
|
|
|
|
reply := 0
|
|
|
|
|
xClient, err := client.GetClient(s)
|
|
|
|
|
if err != nil {
|
|
|
|
|