store

package
v1.1.3 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 FullStoreTopDto

type FullStoreTopDto struct {
	BizCode string `json:"biz_code,omitempty" xml:"biz_code,omitempty"`

	Name string `json:"name,omitempty" xml:"name,omitempty"`

	StoreId int64 `json:"store_id,omitempty" xml:"store_id,omitempty"`

	Belong int64 `json:"belong,omitempty" xml:"belong,omitempty"`

	BizOuterId string `json:"biz_outer_id,omitempty" xml:"biz_outer_id,omitempty"`

	BizType int64 `json:"biz_type,omitempty" xml:"biz_type,omitempty"`

	Subname string `json:"subname,omitempty" xml:"subname,omitempty"`

	Type int64 `json:"type,omitempty" xml:"type,omitempty"`

	UserId int64 `json:"user_id,omitempty" xml:"user_id,omitempty"`

	AuthenStatus int64 `json:"authen_status,omitempty" xml:"authen_status,omitempty"`

	CompanyName string `json:"company_name,omitempty" xml:"company_name,omitempty"`

	Description string `json:"description,omitempty" xml:"description,omitempty"`


	OuterCode string `json:"outer_code,omitempty" xml:"outer_code,omitempty"`

	PoiInfo *PoiInfoDto `json:"poi_info,omitempty" xml:"poi_info,omitempty"`

	ShopId int64 `json:"shop_id,omitempty" xml:"shop_id,omitempty"`

	StandardCategoryId int64 `json:"standard_category_id,omitempty" xml:"standard_category_id,omitempty"`

	Status string `json:"status,omitempty" xml:"status,omitempty"`

	StoreType string `json:"store_type,omitempty" xml:"store_type,omitempty"`

	Tags []int64 `json:"tags,omitempty" xml:"tags>int64,omitempty"`

	Pic string `json:"pic,omitempty" xml:"pic,omitempty"`
}

FullStoreTopDto

type Models

type Models struct {
	Empty bool `json:"empty,omitempty" xml:"empty,omitempty"`
}

Models

type Other

type Other struct {
	Empty bool `json:"empty,omitempty" xml:"empty,omitempty"`
}

Other

type PoiInfoDto

type PoiInfoDto struct {
	Address string `json:"address,omitempty" xml:"address,omitempty"`

	AddressAlias string `json:"address_alias,omitempty" xml:"address_alias,omitempty"`

	AddressEn string `json:"address_en,omitempty" xml:"address_en,omitempty"`

	AddressLocal string `json:"address_local,omitempty" xml:"address_local,omitempty"`

	Bunk string `json:"bunk,omitempty" xml:"bunk,omitempty"`

	BusinessArea string `json:"business_area,omitempty" xml:"business_area,omitempty"`

	City int64 `json:"city,omitempty" xml:"city,omitempty"`

	CityInt int64 `json:"city_int,omitempty" xml:"city_int,omitempty"`

	CityName string `json:"city_name,omitempty" xml:"city_name,omitempty"`

	Continent int64 `json:"continent,omitempty" xml:"continent,omitempty"`

	ContinentName string `json:"continent_name,omitempty" xml:"continent_name,omitempty"`

	Country int64 `json:"country,omitempty" xml:"country,omitempty"`

	CountryName string `json:"country_name,omitempty" xml:"country_name,omitempty"`

	District int64 `json:"district,omitempty" xml:"district,omitempty"`

	DistrictInt int64 `json:"district_int,omitempty" xml:"district_int,omitempty"`

	DistrictName string `json:"district_name,omitempty" xml:"district_name,omitempty"`

	DivisionType int64 `json:"division_type,omitempty" xml:"division_type,omitempty"`

	Floor string `json:"floor,omitempty" xml:"floor,omitempty"`

	FullAddress string `json:"full_address,omitempty" xml:"full_address,omitempty"`

	PostCode string `json:"post_code,omitempty" xml:"post_code,omitempty"`

	Posx string `json:"posx,omitempty" xml:"posx,omitempty"`

	Posy string `json:"posy,omitempty" xml:"posy,omitempty"`

	Prov int64 `json:"prov,omitempty" xml:"prov,omitempty"`

	ProvInt int64 `json:"prov_int,omitempty" xml:"prov_int,omitempty"`

	ProvName string `json:"prov_name,omitempty" xml:"prov_name,omitempty"`

	Town int64 `json:"town,omitempty" xml:"town,omitempty"`

	TownInt int64 `json:"town_int,omitempty" xml:"town_int,omitempty"`

	TownName string `json:"town_name,omitempty" xml:"town_name,omitempty"`
}

PoiInfoDto

type StoreRelationSimpleDo

type StoreRelationSimpleDo struct {
	BizType int64 `json:"biz_type,omitempty" xml:"biz_type,omitempty"`

	Name string `json:"name,omitempty" xml:"name,omitempty"`

	OuterId string `json:"outer_id,omitempty" xml:"outer_id,omitempty"`

	RelationId int64 `json:"relation_id,omitempty" xml:"relation_id,omitempty"`

	Status int64 `json:"status,omitempty" xml:"status,omitempty"`

	StoreId int64 `json:"store_id,omitempty" xml:"store_id,omitempty"`
}

StoreRelationSimpleDo

type StoreRelationSimpleQuery

type StoreRelationSimpleQuery struct {
	BizType int64 `json:"biz_type,omitempty" xml:"biz_type,omitempty"`

	OuterId int64 `json:"outer_id,omitempty" xml:"outer_id,omitempty"`

	PageIndex int64 `json:"page_index,omitempty" xml:"page_index,omitempty"`

	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`

	StoreId int64 `json:"store_id,omitempty" xml:"store_id,omitempty"`
}

StoreRelationSimpleQuery

type TaobaoPlaceStoreExtendUpdateAPIResponse

type TaobaoPlaceStoreExtendUpdateAPIResponse struct {
	model.CommonResponse
	TaobaoPlaceStoreExtendUpdateResponse
}

商户门店拓展信息更新接口 APIResponse taobao.place.store.extend.update

更新商户门店拓展信息(tags、attribute、bizAtrribute)更新接口

type TaobaoPlaceStoreExtendUpdateRequest

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

商户门店拓展信息更新接口 APIRequest taobao.place.store.extend.update

更新商户门店拓展信息(tags、attribute、bizAtrribute)更新接口

func NewTaobaoPlaceStoreExtendUpdateRequest

func NewTaobaoPlaceStoreExtendUpdateRequest() *TaobaoPlaceStoreExtendUpdateRequest

func (TaobaoPlaceStoreExtendUpdateRequest) GetApiMethodName

func (r TaobaoPlaceStoreExtendUpdateRequest) GetApiMethodName() string

func (TaobaoPlaceStoreExtendUpdateRequest) GetApiParams

func (TaobaoPlaceStoreExtendUpdateRequest) GetParamUpdateStoreExtendDTO

func (r TaobaoPlaceStoreExtendUpdateRequest) GetParamUpdateStoreExtendDTO() *UpdateStoreExtendDto

func (*TaobaoPlaceStoreExtendUpdateRequest) SetParamUpdateStoreExtendDTO

func (r *TaobaoPlaceStoreExtendUpdateRequest) SetParamUpdateStoreExtendDTO(paramUpdateStoreExtendDTO *UpdateStoreExtendDto) error

type TaobaoPlaceStoreExtendUpdateResponse

type TaobaoPlaceStoreExtendUpdateResponse struct {
	XMLName xml.Name `xml:"place_store_extend_update_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *TaobaoPlaceStoreExtendUpdateResultDo `json:"result,omitempty" xml:"result,omitempty"`
}

type TaobaoPlaceStoreExtendUpdateResultDo

type TaobaoPlaceStoreExtendUpdateResultDo struct {
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`

	Failured bool `json:"failured,omitempty" xml:"failured,omitempty"`

	FullErrorMsg string `json:"full_error_msg,omitempty" xml:"full_error_msg,omitempty"`

	Models *Models `json:"models,omitempty" xml:"models,omitempty"`

	PriKey string `json:"pri_key,omitempty" xml:"pri_key,omitempty"`

	Result bool `json:"result,omitempty" xml:"result,omitempty"`

	ResultCode string `json:"result_code,omitempty" xml:"result_code,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	TotalNum int64 `json:"total_num,omitempty" xml:"total_num,omitempty"`
}

TaobaoPlaceStoreExtendUpdateResultDo

type TaobaoPlaceStoreItemstoreBandAPIResponse

type TaobaoPlaceStoreItemstoreBandAPIResponse struct {
	model.CommonResponse
	TaobaoPlaceStoreItemstoreBandResponse
}

门店商品关联绑定接口 APIResponse taobao.place.store.itemstore.band

商品和多个门店关系绑定接口

type TaobaoPlaceStoreItemstoreBandRequest

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

门店商品关联绑定接口 APIRequest taobao.place.store.itemstore.band

商品和多个门店关系绑定接口

func NewTaobaoPlaceStoreItemstoreBandRequest

func NewTaobaoPlaceStoreItemstoreBandRequest() *TaobaoPlaceStoreItemstoreBandRequest

func (TaobaoPlaceStoreItemstoreBandRequest) GetActionType

func (r TaobaoPlaceStoreItemstoreBandRequest) GetActionType() string

func (TaobaoPlaceStoreItemstoreBandRequest) GetApiMethodName

func (r TaobaoPlaceStoreItemstoreBandRequest) GetApiMethodName() string

func (TaobaoPlaceStoreItemstoreBandRequest) GetApiParams

func (TaobaoPlaceStoreItemstoreBandRequest) GetItemId

func (TaobaoPlaceStoreItemstoreBandRequest) GetStoreIds

func (r TaobaoPlaceStoreItemstoreBandRequest) GetStoreIds() []int64

func (*TaobaoPlaceStoreItemstoreBandRequest) SetActionType

func (r *TaobaoPlaceStoreItemstoreBandRequest) SetActionType(actionType string) error

func (*TaobaoPlaceStoreItemstoreBandRequest) SetItemId

func (r *TaobaoPlaceStoreItemstoreBandRequest) SetItemId(itemId int64) error

func (*TaobaoPlaceStoreItemstoreBandRequest) SetStoreIds

func (r *TaobaoPlaceStoreItemstoreBandRequest) SetStoreIds(storeIds []int64) error

type TaobaoPlaceStoreItemstoreBandResponse

type TaobaoPlaceStoreItemstoreBandResponse struct {
	XMLName xml.Name `xml:"place_store_itemstore_band_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *TopBatchResultDo `json:"result,omitempty" xml:"result,omitempty"`
}

type TaobaoPlaceStoreQueryAPIResponse

type TaobaoPlaceStoreQueryAPIResponse struct {
	model.CommonResponse
	TaobaoPlaceStoreQueryResponse
}

门店信息查询接口 APIResponse taobao.place.store.query

根据用户授权信息,获取用户的门店公开信息

type TaobaoPlaceStoreQueryRequest

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

门店信息查询接口 APIRequest taobao.place.store.query

根据用户授权信息,获取用户的门店公开信息

func NewTaobaoPlaceStoreQueryRequest

func NewTaobaoPlaceStoreQueryRequest() *TaobaoPlaceStoreQueryRequest

func (TaobaoPlaceStoreQueryRequest) GetApiMethodName

func (r TaobaoPlaceStoreQueryRequest) GetApiMethodName() string

func (TaobaoPlaceStoreQueryRequest) GetApiParams

func (r TaobaoPlaceStoreQueryRequest) GetApiParams() url.Values

func (TaobaoPlaceStoreQueryRequest) GetBizCode

func (r TaobaoPlaceStoreQueryRequest) GetBizCode() string

func (TaobaoPlaceStoreQueryRequest) GetOuterId

func (r TaobaoPlaceStoreQueryRequest) GetOuterId() string

func (TaobaoPlaceStoreQueryRequest) GetStoreId

func (r TaobaoPlaceStoreQueryRequest) GetStoreId() int64

func (*TaobaoPlaceStoreQueryRequest) SetBizCode

func (r *TaobaoPlaceStoreQueryRequest) SetBizCode(bizCode string) error

func (*TaobaoPlaceStoreQueryRequest) SetOuterId

func (r *TaobaoPlaceStoreQueryRequest) SetOuterId(outerId string) error

func (*TaobaoPlaceStoreQueryRequest) SetStoreId

func (r *TaobaoPlaceStoreQueryRequest) SetStoreId(storeId int64) error

type TaobaoPlaceStoreQueryResponse

type TaobaoPlaceStoreQueryResponse struct {
	XMLName xml.Name `xml:"place_store_query_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *TopResultDo `json:"result,omitempty" xml:"result,omitempty"`
}

type TaobaoPlaceStoreRelationQueryAPIResponse

type TaobaoPlaceStoreRelationQueryAPIResponse struct {
	model.CommonResponse
	TaobaoPlaceStoreRelationQueryResponse
}

门店关系查询 APIResponse taobao.place.store.relation.query

查询门店关系

type TaobaoPlaceStoreRelationQueryRequest

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

门店关系查询 APIRequest taobao.place.store.relation.query

查询门店关系

func NewTaobaoPlaceStoreRelationQueryRequest

func NewTaobaoPlaceStoreRelationQueryRequest() *TaobaoPlaceStoreRelationQueryRequest

func (TaobaoPlaceStoreRelationQueryRequest) GetApiMethodName

func (r TaobaoPlaceStoreRelationQueryRequest) GetApiMethodName() string

func (TaobaoPlaceStoreRelationQueryRequest) GetApiParams

func (TaobaoPlaceStoreRelationQueryRequest) GetParamStoreRelationSimpleQuery

func (r TaobaoPlaceStoreRelationQueryRequest) GetParamStoreRelationSimpleQuery() *StoreRelationSimpleQuery

func (*TaobaoPlaceStoreRelationQueryRequest) SetParamStoreRelationSimpleQuery

func (r *TaobaoPlaceStoreRelationQueryRequest) SetParamStoreRelationSimpleQuery(paramStoreRelationSimpleQuery *StoreRelationSimpleQuery) error

type TaobaoPlaceStoreRelationQueryResponse

type TaobaoPlaceStoreRelationQueryResponse struct {
	XMLName xml.Name `xml:"place_store_relation_query_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *TopBatchResultDo `json:"result,omitempty" xml:"result,omitempty"`
}

type TaobaoPlaceStoreUpdateLabelAPIResponse

type TaobaoPlaceStoreUpdateLabelAPIResponse struct {
	model.CommonResponse
	TaobaoPlaceStoreUpdateLabelResponse
}

商户门店标签更新接口 APIResponse taobao.place.store.update.label

更新商户门店标签(服务、权益、标签)接口

type TaobaoPlaceStoreUpdateLabelRequest

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

商户门店标签更新接口 APIRequest taobao.place.store.update.label

更新商户门店标签(服务、权益、标签)接口

func NewTaobaoPlaceStoreUpdateLabelRequest

func NewTaobaoPlaceStoreUpdateLabelRequest() *TaobaoPlaceStoreUpdateLabelRequest

func (TaobaoPlaceStoreUpdateLabelRequest) GetApiMethodName

func (r TaobaoPlaceStoreUpdateLabelRequest) GetApiMethodName() string

func (TaobaoPlaceStoreUpdateLabelRequest) GetApiParams

func (TaobaoPlaceStoreUpdateLabelRequest) GetBusinessCode

func (r TaobaoPlaceStoreUpdateLabelRequest) GetBusinessCode() string

func (TaobaoPlaceStoreUpdateLabelRequest) GetLabelIdList

func (r TaobaoPlaceStoreUpdateLabelRequest) GetLabelIdList() []int64

func (TaobaoPlaceStoreUpdateLabelRequest) GetLabelType

func (r TaobaoPlaceStoreUpdateLabelRequest) GetLabelType() string

func (TaobaoPlaceStoreUpdateLabelRequest) GetStoreId

func (*TaobaoPlaceStoreUpdateLabelRequest) SetBusinessCode

func (r *TaobaoPlaceStoreUpdateLabelRequest) SetBusinessCode(businessCode string) error

func (*TaobaoPlaceStoreUpdateLabelRequest) SetLabelIdList

func (r *TaobaoPlaceStoreUpdateLabelRequest) SetLabelIdList(labelIdList []int64) error

func (*TaobaoPlaceStoreUpdateLabelRequest) SetLabelType

func (r *TaobaoPlaceStoreUpdateLabelRequest) SetLabelType(labelType string) error

func (*TaobaoPlaceStoreUpdateLabelRequest) SetStoreId

func (r *TaobaoPlaceStoreUpdateLabelRequest) SetStoreId(storeId int64) error

type TaobaoPlaceStoreUpdateLabelResponse

type TaobaoPlaceStoreUpdateLabelResponse struct {
	XMLName xml.Name `xml:"place_store_update_label_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *UpdateResultDo `json:"result,omitempty" xml:"result,omitempty"`
}

type TaobaoPlaceStoregroupCreateAPIResponse

type TaobaoPlaceStoregroupCreateAPIResponse struct {
	model.CommonResponse
	TaobaoPlaceStoregroupCreateResponse
}

商户门店库创建接口 APIResponse taobao.place.storegroup.create

用于商家创建线下门店库

type TaobaoPlaceStoregroupCreateRequest

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

商户门店库创建接口 APIRequest taobao.place.storegroup.create

用于商家创建线下门店库

func NewTaobaoPlaceStoregroupCreateRequest

func NewTaobaoPlaceStoregroupCreateRequest() *TaobaoPlaceStoregroupCreateRequest

func (TaobaoPlaceStoregroupCreateRequest) GetApiMethodName

func (r TaobaoPlaceStoregroupCreateRequest) GetApiMethodName() string

func (TaobaoPlaceStoregroupCreateRequest) GetApiParams

func (TaobaoPlaceStoregroupCreateRequest) GetDesc

func (TaobaoPlaceStoregroupCreateRequest) GetName

func (*TaobaoPlaceStoregroupCreateRequest) SetDesc

func (*TaobaoPlaceStoregroupCreateRequest) SetName

type TaobaoPlaceStoregroupCreateResponse

type TaobaoPlaceStoregroupCreateResponse struct {
	XMLName xml.Name `xml:"place_storegroup_create_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *TopBatchResultDo `json:"result,omitempty" xml:"result,omitempty"`
}

type TaobaoPlaceStoregroupDeleteAPIResponse

type TaobaoPlaceStoregroupDeleteAPIResponse struct {
	model.CommonResponse
	TaobaoPlaceStoregroupDeleteResponse
}

删除门店库 APIResponse taobao.place.storegroup.delete

删除门店库

type TaobaoPlaceStoregroupDeleteRequest

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

删除门店库 APIRequest taobao.place.storegroup.delete

删除门店库

func NewTaobaoPlaceStoregroupDeleteRequest

func NewTaobaoPlaceStoregroupDeleteRequest() *TaobaoPlaceStoregroupDeleteRequest

func (TaobaoPlaceStoregroupDeleteRequest) GetApiMethodName

func (r TaobaoPlaceStoregroupDeleteRequest) GetApiMethodName() string

func (TaobaoPlaceStoregroupDeleteRequest) GetApiParams

func (TaobaoPlaceStoregroupDeleteRequest) GetId

func (*TaobaoPlaceStoregroupDeleteRequest) SetId

type TaobaoPlaceStoregroupDeleteResponse

type TaobaoPlaceStoregroupDeleteResponse struct {
	XMLName xml.Name `xml:"place_storegroup_delete_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *TopBatchResultDo `json:"result,omitempty" xml:"result,omitempty"`
}

type TaobaoPlaceStoregroupUpdateAPIResponse

type TaobaoPlaceStoregroupUpdateAPIResponse struct {
	model.CommonResponse
	TaobaoPlaceStoregroupUpdateResponse
}

门店库修改基本信息 APIResponse taobao.place.storegroup.update

门店库修改基本信息

type TaobaoPlaceStoregroupUpdateRequest

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

门店库修改基本信息 APIRequest taobao.place.storegroup.update

门店库修改基本信息

func NewTaobaoPlaceStoregroupUpdateRequest

func NewTaobaoPlaceStoregroupUpdateRequest() *TaobaoPlaceStoregroupUpdateRequest

func (TaobaoPlaceStoregroupUpdateRequest) GetApiMethodName

func (r TaobaoPlaceStoregroupUpdateRequest) GetApiMethodName() string

func (TaobaoPlaceStoregroupUpdateRequest) GetApiParams

func (TaobaoPlaceStoregroupUpdateRequest) GetDesc

func (TaobaoPlaceStoregroupUpdateRequest) GetId

func (TaobaoPlaceStoregroupUpdateRequest) GetName

func (*TaobaoPlaceStoregroupUpdateRequest) SetDesc

func (*TaobaoPlaceStoregroupUpdateRequest) SetId

func (*TaobaoPlaceStoregroupUpdateRequest) SetName

type TaobaoPlaceStoregroupUpdateResponse

type TaobaoPlaceStoregroupUpdateResponse struct {
	XMLName xml.Name `xml:"place_storegroup_update_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *TopBatchResultDo `json:"result,omitempty" xml:"result,omitempty"`
}

type TaobaoPlaceStorerelatesubAddAPIResponse

type TaobaoPlaceStorerelatesubAddAPIResponse struct {
	model.CommonResponse
	TaobaoPlaceStorerelatesubAddResponse
}

门店和子门店关系新增 APIResponse taobao.place.storerelatesub.add

门店和子门店关系新增

type TaobaoPlaceStorerelatesubAddRequest

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

门店和子门店关系新增 APIRequest taobao.place.storerelatesub.add

门店和子门店关系新增

func NewTaobaoPlaceStorerelatesubAddRequest

func NewTaobaoPlaceStorerelatesubAddRequest() *TaobaoPlaceStorerelatesubAddRequest

func (TaobaoPlaceStorerelatesubAddRequest) GetApiMethodName

func (r TaobaoPlaceStorerelatesubAddRequest) GetApiMethodName() string

func (TaobaoPlaceStorerelatesubAddRequest) GetApiParams

func (TaobaoPlaceStorerelatesubAddRequest) GetStoreId

func (TaobaoPlaceStorerelatesubAddRequest) GetSubStoreIds

func (r TaobaoPlaceStorerelatesubAddRequest) GetSubStoreIds() []int64

func (*TaobaoPlaceStorerelatesubAddRequest) SetStoreId

func (r *TaobaoPlaceStorerelatesubAddRequest) SetStoreId(storeId int64) error

func (*TaobaoPlaceStorerelatesubAddRequest) SetSubStoreIds

func (r *TaobaoPlaceStorerelatesubAddRequest) SetSubStoreIds(subStoreIds []int64) error

type TaobaoPlaceStorerelatesubAddResponse

type TaobaoPlaceStorerelatesubAddResponse struct {
	XMLName xml.Name `xml:"place_storerelatesub_add_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *TopBatchResultDo `json:"result,omitempty" xml:"result,omitempty"`
}

type TaobaoPlaceStorerelatesubDeleteAPIResponse

type TaobaoPlaceStorerelatesubDeleteAPIResponse struct {
	model.CommonResponse
	TaobaoPlaceStorerelatesubDeleteResponse
}

门店和子门店关系删除 APIResponse taobao.place.storerelatesub.delete

门店和子门店关系删除

type TaobaoPlaceStorerelatesubDeleteRequest

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

门店和子门店关系删除 APIRequest taobao.place.storerelatesub.delete

门店和子门店关系删除

func NewTaobaoPlaceStorerelatesubDeleteRequest

func NewTaobaoPlaceStorerelatesubDeleteRequest() *TaobaoPlaceStorerelatesubDeleteRequest

func (TaobaoPlaceStorerelatesubDeleteRequest) GetApiMethodName

func (r TaobaoPlaceStorerelatesubDeleteRequest) GetApiMethodName() string

func (TaobaoPlaceStorerelatesubDeleteRequest) GetApiParams

func (TaobaoPlaceStorerelatesubDeleteRequest) GetStoreId

func (TaobaoPlaceStorerelatesubDeleteRequest) GetSubStoreIds

func (r TaobaoPlaceStorerelatesubDeleteRequest) GetSubStoreIds() []int64

func (*TaobaoPlaceStorerelatesubDeleteRequest) SetStoreId

func (r *TaobaoPlaceStorerelatesubDeleteRequest) SetStoreId(storeId int64) error

func (*TaobaoPlaceStorerelatesubDeleteRequest) SetSubStoreIds

func (r *TaobaoPlaceStorerelatesubDeleteRequest) SetSubStoreIds(subStoreIds []int64) error

type TaobaoPlaceStorerelatesubDeleteResponse

type TaobaoPlaceStorerelatesubDeleteResponse struct {
	XMLName xml.Name `xml:"place_storerelatesub_delete_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *TopBatchResultDo `json:"result,omitempty" xml:"result,omitempty"`
}

type TaobaoPlaceStorerelatesubGetAPIResponse

type TaobaoPlaceStorerelatesubGetAPIResponse struct {
	model.CommonResponse
	TaobaoPlaceStorerelatesubGetResponse
}

门店和子门店关系查找 APIResponse taobao.place.storerelatesub.get

门店和子门店关系查找

type TaobaoPlaceStorerelatesubGetRequest

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

门店和子门店关系查找 APIRequest taobao.place.storerelatesub.get

门店和子门店关系查找

func NewTaobaoPlaceStorerelatesubGetRequest

func NewTaobaoPlaceStorerelatesubGetRequest() *TaobaoPlaceStorerelatesubGetRequest

func (TaobaoPlaceStorerelatesubGetRequest) GetApiMethodName

func (r TaobaoPlaceStorerelatesubGetRequest) GetApiMethodName() string

func (TaobaoPlaceStorerelatesubGetRequest) GetApiParams

func (TaobaoPlaceStorerelatesubGetRequest) GetPageNo

func (TaobaoPlaceStorerelatesubGetRequest) GetPageSize

func (TaobaoPlaceStorerelatesubGetRequest) GetQuery

func (TaobaoPlaceStorerelatesubGetRequest) GetStoreId

func (*TaobaoPlaceStorerelatesubGetRequest) SetPageNo

func (r *TaobaoPlaceStorerelatesubGetRequest) SetPageNo(pageNo int64) error

func (*TaobaoPlaceStorerelatesubGetRequest) SetPageSize

func (r *TaobaoPlaceStorerelatesubGetRequest) SetPageSize(pageSize int64) error

func (*TaobaoPlaceStorerelatesubGetRequest) SetQuery

func (*TaobaoPlaceStorerelatesubGetRequest) SetStoreId

func (r *TaobaoPlaceStorerelatesubGetRequest) SetStoreId(storeId int64) error

type TaobaoPlaceStorerelatesubGetResponse

type TaobaoPlaceStorerelatesubGetResponse struct {
	XMLName xml.Name `xml:"place_storerelatesub_get_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *TopBatchResultDo `json:"result,omitempty" xml:"result,omitempty"`
}

type TaobaoPlaceStorerelatesubGetT

type TaobaoPlaceStorerelatesubGetT struct {
	StoreId int64 `json:"store_id,omitempty" xml:"store_id,omitempty"`

	Name string `json:"name,omitempty" xml:"name,omitempty"`

	SubName string `json:"sub_name,omitempty" xml:"sub_name,omitempty"`

	Address string `json:"address,omitempty" xml:"address,omitempty"`

	ProvName string `json:"prov_name,omitempty" xml:"prov_name,omitempty"`

	CityName string `json:"city_name,omitempty" xml:"city_name,omitempty"`

	DistrictName string `json:"district_name,omitempty" xml:"district_name,omitempty"`

	ProvCode int64 `json:"prov_code,omitempty" xml:"prov_code,omitempty"`

	CityCode int64 `json:"city_code,omitempty" xml:"city_code,omitempty"`

	DistrictCode int64 `json:"district_code,omitempty" xml:"district_code,omitempty"`
}

TaobaoPlaceStorerelatesubGetT

type TopBatchResultDo

type TopBatchResultDo struct {
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`

	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`

	Failure bool `json:"failure,omitempty" xml:"failure,omitempty"`

	Other *Other `json:"other,omitempty" xml:"other,omitempty"`

	ResultList []int64 `json:"result_list,omitempty" xml:"result_list>int64,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	TotalNum int64 `json:"total_num,omitempty" xml:"total_num,omitempty"`
}

TopBatchResultDo

type TopResultDo

type TopResultDo struct {
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`

	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`

	Failure bool `json:"failure,omitempty" xml:"failure,omitempty"`

	Result *FullStoreTopDto `json:"result,omitempty" xml:"result,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	TotalNum int64 `json:"total_num,omitempty" xml:"total_num,omitempty"`
}

TopResultDo

type UpdateResultDo

type UpdateResultDo struct {
	Count int64 `json:"count,omitempty" xml:"count,omitempty"`

	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`

	Failured bool `json:"failured,omitempty" xml:"failured,omitempty"`

	FailuredList []int64 `json:"failured_list,omitempty" xml:"failured_list>int64,omitempty"`

	FullErrorMsg string `json:"full_error_msg,omitempty" xml:"full_error_msg,omitempty"`

	Models *Models `json:"models,omitempty" xml:"models,omitempty"`

	PriKey string `json:"pri_key,omitempty" xml:"pri_key,omitempty"`

	Result string `json:"result,omitempty" xml:"result,omitempty"`

	ResultCode string `json:"result_code,omitempty" xml:"result_code,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	SuccessList []int64 `json:"success_list,omitempty" xml:"success_list>int64,omitempty"`

	TotalNum int64 `json:"total_num,omitempty" xml:"total_num,omitempty"`
}

UpdateResultDo

type UpdateStoreExtendDto

type UpdateStoreExtendDto struct {
	AddTags []int64 `json:"add_tags,omitempty" xml:"add_tags>int64,omitempty"`

	AttributeKey string `json:"attribute_key,omitempty" xml:"attribute_key,omitempty"`

	AttributeValue string `json:"attribute_value,omitempty" xml:"attribute_value,omitempty"`

	BizAttributeKey string `json:"biz_attribute_key,omitempty" xml:"biz_attribute_key,omitempty"`

	BizAttributeValue string `json:"biz_attribute_value,omitempty" xml:"biz_attribute_value,omitempty"`

	RemoveTags []int64 `json:"remove_tags,omitempty" xml:"remove_tags>int64,omitempty"`

	StoreId int64 `json:"store_id,omitempty" xml:"store_id,omitempty"`
}

UpdateStoreExtendDto

Jump to

Keyboard shortcuts

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