更新价格

master
杨赟 2 months ago
parent 8598d0e093
commit 8e7df7f8d9

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

Loading…
Cancel
Save