feat: shit shit
This commit is contained in:
		@@ -2,8 +2,9 @@ package marketplace
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"encoding/json"
 | 
			
		||||
	"github.com/go-faster/errors"
 | 
			
		||||
	"sipro-mps/pkg/utils"
 | 
			
		||||
 | 
			
		||||
	"github.com/go-faster/errors"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
const (
 | 
			
		||||
@@ -18,6 +19,7 @@ type Marketplace struct {
 | 
			
		||||
	AuthData        string `json:"auth_data"`
 | 
			
		||||
	WarehouseID     string `json:"warehouse_id"`
 | 
			
		||||
	AuthDataJson    []byte `json:"auth_data_json,omitempty"`
 | 
			
		||||
	CampaignID      string `json:"campaign_id,omitempty"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (m *Marketplace) getIdentifierWildberries() (string, error) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user