lstbm

package
v1.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 29, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlibabaLstBmStoreAddAPIResponse

type AlibabaLstBmStoreAddAPIResponse struct {
	model.CommonResponse
	AlibabaLstBmStoreAddResponse
}

导入品牌商自有门店 API返回值 alibaba.lst.bm.store.add

导入品牌商自有门店

type AlibabaLstBmStoreAddRequest

type AlibabaLstBmStoreAddRequest struct {
	model.Params
	// contains filtered or unexported fields
}

导入品牌商自有门店 API请求 alibaba.lst.bm.store.add

导入品牌商自有门店

func NewAlibabaLstBmStoreAddRequest

func NewAlibabaLstBmStoreAddRequest() *AlibabaLstBmStoreAddRequest

初始化AlibabaLstBmStoreAddRequest对象

func (AlibabaLstBmStoreAddRequest) GetApiMethodName

func (r AlibabaLstBmStoreAddRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (AlibabaLstBmStoreAddRequest) GetApiParams

func (r AlibabaLstBmStoreAddRequest) GetApiParams() url.Values

IRequest interface 方法, 获取API参数

func (AlibabaLstBmStoreAddRequest) GetOpenStoreDto

func (r AlibabaLstBmStoreAddRequest) GetOpenStoreDto() *LstTopOpenStoreDto

OpenStoreDto Getter

func (*AlibabaLstBmStoreAddRequest) SetOpenStoreDto

func (r *AlibabaLstBmStoreAddRequest) SetOpenStoreDto(openStoreDto *LstTopOpenStoreDto) error

OpenStoreDto Setter 门店数据模型

type AlibabaLstBmStoreAddResponse

type AlibabaLstBmStoreAddResponse struct {
	XMLName xml.Name `xml:"alibaba_lst_bm_store_add_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// true表示执行成功,false表示执行失败
	Result bool `json:"result,omitempty" xml:"result,omitempty"`
}

导入品牌商自有门店 成功返回结果

type AlibabaLstBmStoreEmpSaveAPIResponse

type AlibabaLstBmStoreEmpSaveAPIResponse struct {
	model.CommonResponse
	AlibabaLstBmStoreEmpSaveResponse
}

保存品牌商自有门店和内部业代之间的关系 API返回值 alibaba.lst.bm.store.emp.save

保存品牌商自有门店和内部业代之间的关系

type AlibabaLstBmStoreEmpSaveRequest

type AlibabaLstBmStoreEmpSaveRequest struct {
	model.Params
	// contains filtered or unexported fields
}

保存品牌商自有门店和内部业代之间的关系 API请求 alibaba.lst.bm.store.emp.save

保存品牌商自有门店和内部业代之间的关系

func NewAlibabaLstBmStoreEmpSaveRequest

func NewAlibabaLstBmStoreEmpSaveRequest() *AlibabaLstBmStoreEmpSaveRequest

初始化AlibabaLstBmStoreEmpSaveRequest对象

func (AlibabaLstBmStoreEmpSaveRequest) GetApiMethodName

func (r AlibabaLstBmStoreEmpSaveRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (AlibabaLstBmStoreEmpSaveRequest) GetApiParams

func (r AlibabaLstBmStoreEmpSaveRequest) GetApiParams() url.Values

IRequest interface 方法, 获取API参数

func (AlibabaLstBmStoreEmpSaveRequest) GetBmEmpId

func (r AlibabaLstBmStoreEmpSaveRequest) GetBmEmpId() string

BmEmpId Getter

func (AlibabaLstBmStoreEmpSaveRequest) GetStoreId

func (r AlibabaLstBmStoreEmpSaveRequest) GetStoreId() string

StoreId Getter

func (*AlibabaLstBmStoreEmpSaveRequest) SetBmEmpId

func (r *AlibabaLstBmStoreEmpSaveRequest) SetBmEmpId(bmEmpId string) error

BmEmpId Setter 员工id标识

func (*AlibabaLstBmStoreEmpSaveRequest) SetStoreId

func (r *AlibabaLstBmStoreEmpSaveRequest) SetStoreId(storeId string) error

StoreId Setter 门店id标识

type AlibabaLstBmStoreEmpSaveResponse

type AlibabaLstBmStoreEmpSaveResponse struct {
	XMLName xml.Name `xml:"alibaba_lst_bm_store_emp_save_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// true表示执行成功,false表示执行失败
	Result bool `json:"result,omitempty" xml:"result,omitempty"`
}

保存品牌商自有门店和内部业代之间的关系 成功返回结果

type AlibabaLstBmStoreUpdateAPIResponse

type AlibabaLstBmStoreUpdateAPIResponse struct {
	model.CommonResponse
	AlibabaLstBmStoreUpdateResponse
}

修改品牌商自有门店数据 API返回值 alibaba.lst.bm.store.update

修改品牌商自有门店数据

type AlibabaLstBmStoreUpdateRequest

type AlibabaLstBmStoreUpdateRequest struct {
	model.Params
	// contains filtered or unexported fields
}

修改品牌商自有门店数据 API请求 alibaba.lst.bm.store.update

修改品牌商自有门店数据

func NewAlibabaLstBmStoreUpdateRequest

func NewAlibabaLstBmStoreUpdateRequest() *AlibabaLstBmStoreUpdateRequest

初始化AlibabaLstBmStoreUpdateRequest对象

func (AlibabaLstBmStoreUpdateRequest) GetApiMethodName

func (r AlibabaLstBmStoreUpdateRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (AlibabaLstBmStoreUpdateRequest) GetApiParams

func (r AlibabaLstBmStoreUpdateRequest) GetApiParams() url.Values

IRequest interface 方法, 获取API参数

func (AlibabaLstBmStoreUpdateRequest) GetOpenStoreDto

OpenStoreDto Getter

func (*AlibabaLstBmStoreUpdateRequest) SetOpenStoreDto

func (r *AlibabaLstBmStoreUpdateRequest) SetOpenStoreDto(openStoreDto *LstTopOpenStoreDto) error

OpenStoreDto Setter 门店数据模型

type AlibabaLstBmStoreUpdateResponse

type AlibabaLstBmStoreUpdateResponse struct {
	XMLName xml.Name `xml:"alibaba_lst_bm_store_update_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// true表示执行成功,false表示执行失败
	Result bool `json:"result,omitempty" xml:"result,omitempty"`
}

修改品牌商自有门店数据 成功返回结果

type LstTopOpenStoreDto

type LstTopOpenStoreDto struct {
	// 店主的手机号
	Phone string `json:"phone,omitempty" xml:"phone,omitempty"`
	// 门店名称,最大长度512字符
	StoreName string `json:"store_name,omitempty" xml:"store_name,omitempty"`
	// 企业自定义的门店二级类别,最大长度512字符
	SecondCategory string `json:"second_category,omitempty" xml:"second_category,omitempty"`
	// 企业自定义的门店一级类别,最大长度512字符
	PrimaryCategory string `json:"primary_category,omitempty" xml:"primary_category,omitempty"`
	// 营业执照上的经营者名称,最大长度256字符
	LicenseOwner string `json:"license_owner,omitempty" xml:"license_owner,omitempty"`
	// 详细地址,最大长度512字符
	Addr string `json:"addr,omitempty" xml:"addr,omitempty"`
	// 市
	City string `json:"city,omitempty" xml:"city,omitempty"`
	// 区
	Area string `json:"area,omitempty" xml:"area,omitempty"`
	// 营业执照编号,最大长度256字符
	LicenseNo string `json:"license_no,omitempty" xml:"license_no,omitempty"`
	// 店主姓名,最大长度256字符
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 省
	Province string `json:"province,omitempty" xml:"province,omitempty"`
	// 区县内的街道
	Town string `json:"town,omitempty" xml:"town,omitempty"`
	// 企业自定义门店id,最大长度128字符
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
}

LstTopOpenStoreDto

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL