koubeimall

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 CategoryTabInfoDto

type CategoryTabInfoDto struct {
	CategoryIdList []string `json:"category_id_list,omitempty" xml:"category_id_list>string,omitempty"`

	CategoryName string `json:"category_name,omitempty" xml:"category_name,omitempty"`
}

CategoryTabInfoDto

type CommentDetailInfo

type CommentDetailInfo struct {
	CommentImageList []string `json:"comment_image_list,omitempty" xml:"comment_image_list>string,omitempty"`

	CommentScore int64 `json:"comment_score,omitempty" xml:"comment_score,omitempty"`

	CommentContent string `json:"comment_content,omitempty" xml:"comment_content,omitempty"`

	CommentTime string `json:"comment_time,omitempty" xml:"comment_time,omitempty"`
}

CommentDetailInfo

type CommentInfoDto

type CommentInfoDto struct {
	ImageCount int64 `json:"image_count,omitempty" xml:"image_count,omitempty"`

	TotalComments int64 `json:"total_comments,omitempty" xml:"total_comments,omitempty"`

	AvgScore string `json:"avg_score,omitempty" xml:"avg_score,omitempty"`

	DetailInfoList []CommentDetailInfo `json:"detail_info_list,omitempty" xml:"detail_info_list,omitempty"`

	CommentTagList []CommentTag `json:"comment_tag_list,omitempty" xml:"comment_tag_list,omitempty"`
}

CommentInfoDto

type CommentTag

type CommentTag struct {
	Emotion int64 `json:"emotion,omitempty" xml:"emotion,omitempty"`

	TagCount int64 `json:"tag_count,omitempty" xml:"tag_count,omitempty"`

	TagContent string `json:"tag_content,omitempty" xml:"tag_content,omitempty"`
}

CommentTag

type DisplayGoodsDTO

type DisplayGoodsDTO struct {
	HasPicture bool `json:"has_picture,omitempty" xml:"has_picture,omitempty"`

	GoodsCount int64 `json:"goods_count,omitempty" xml:"goods_count,omitempty"`

	GoodsDetailInfos []GoodsDetailInfo `json:"goods_detail_infos,omitempty" xml:"goods_detail_infos,omitempty"`

	GoodsTitle string `json:"goods_title,omitempty" xml:"goods_title,omitempty"`

	GoodsDesc string `json:"goods_desc,omitempty" xml:"goods_desc,omitempty"`
}

DisplayGoodsDTO

type DistrictInfo

type DistrictInfo struct {
	DistrictCode string `json:"district_code,omitempty" xml:"district_code,omitempty"`

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

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

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

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

	ProvinceCode string `json:"province_code,omitempty" xml:"province_code,omitempty"`

	Latitude string `json:"latitude,omitempty" xml:"latitude,omitempty"`

	ProvinceName string `json:"province_name,omitempty" xml:"province_name,omitempty"`

	Longitude string `json:"longitude,omitempty" xml:"longitude,omitempty"`
}

DistrictInfo

type GoodsDetailInfo

type GoodsDetailInfo struct {
	GoodsDetailDesc string `json:"goods_detail_desc,omitempty" xml:"goods_detail_desc,omitempty"`

	GoodsDetailScore string `json:"goods_detail_score,omitempty" xml:"goods_detail_score,omitempty"`

	Picture *Picture `json:"picture,omitempty" xml:"picture,omitempty"`

	GoodsDetailPrice string `json:"goods_detail_price,omitempty" xml:"goods_detail_price,omitempty"`

	GoodsDetailTags []string `json:"goods_detail_tags,omitempty" xml:"goods_detail_tags>string,omitempty"`

	GoodsDetailName string `json:"goods_detail_name,omitempty" xml:"goods_detail_name,omitempty"`
}

GoodsDetailInfo

type ItemBuyNotes

type ItemBuyNotes struct {
	NotesTitle string `json:"notes_title,omitempty" xml:"notes_title,omitempty"`

	BuyNotesDetailList []ItemBuyNotesDetail `json:"buy_notes_detail_list,omitempty" xml:"buy_notes_detail_list,omitempty"`
}

ItemBuyNotes

type ItemBuyNotesDetail

type ItemBuyNotesDetail struct {
	NotesDetailTitle string `json:"notes_detail_title,omitempty" xml:"notes_detail_title,omitempty"`

	NotesDetails []string `json:"notes_details,omitempty" xml:"notes_details>string,omitempty"`
}

ItemBuyNotesDetail

type ItemDetailDto

type ItemDetailDto struct {
	ItemRule *ItemRule `json:"item_rule,omitempty" xml:"item_rule,omitempty"`

	ItemBuyNotes *ItemBuyNotes `json:"item_buy_notes,omitempty" xml:"item_buy_notes,omitempty"`

	ItemGroupDetailList []ItemGroupContent `json:"item_group_detail_list,omitempty" xml:"item_group_detail_list,omitempty"`

	ItemImageDetailList []ItemImageDetail `json:"item_image_detail_list,omitempty" xml:"item_image_detail_list,omitempty"`

	ItemServices *ItemServices `json:"item_services,omitempty" xml:"item_services,omitempty"`

	MemoList []string `json:"memo_list,omitempty" xml:"memo_list>string,omitempty"`
}

ItemDetailDto

type ItemDetailResult

type ItemDetailResult struct {
	ItemDetail *ItemDetailDto `json:"item_detail,omitempty" xml:"item_detail,omitempty"`

	ItemInfo *ItemDto `json:"item_info,omitempty" xml:"item_info,omitempty"`
}

ItemDetailResult

type ItemDto

type ItemDto struct {
	ItemType string `json:"item_type,omitempty" xml:"item_type,omitempty"`

	SubItemType string `json:"sub_item_type,omitempty" xml:"sub_item_type,omitempty"`

	OriginalPrice string `json:"original_price,omitempty" xml:"original_price,omitempty"`

	Memo string `json:"memo,omitempty" xml:"memo,omitempty"`

	Discount string `json:"discount,omitempty" xml:"discount,omitempty"`

	SellPrice string `json:"sell_price,omitempty" xml:"sell_price,omitempty"`

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

	SoldQuantity string `json:"sold_quantity,omitempty" xml:"sold_quantity,omitempty"`

	ItemId string `json:"item_id,omitempty" xml:"item_id,omitempty"`

	BuyLimit int64 `json:"buy_limit,omitempty" xml:"buy_limit,omitempty"`

	ItemName string `json:"item_name,omitempty" xml:"item_name,omitempty"`

	SubTitle string `json:"sub_title,omitempty" xml:"sub_title,omitempty"`

	ItemImageList []ItemImage `json:"item_image_list,omitempty" xml:"item_image_list,omitempty"`

	ItemCover string `json:"item_cover,omitempty" xml:"item_cover,omitempty"`

	ItemDetailUrl string `json:"item_detail_url,omitempty" xml:"item_detail_url,omitempty"`

	SavedMoney string `json:"saved_money,omitempty" xml:"saved_money,omitempty"`

	SavedMoneyInfo string `json:"saved_money_info,omitempty" xml:"saved_money_info,omitempty"`

	SalesInfo string `json:"sales_info,omitempty" xml:"sales_info,omitempty"`

	SellableQuantity string `json:"sellable_quantity,omitempty" xml:"sellable_quantity,omitempty"`

	ItemStore *ItemStoreDto `json:"item_store,omitempty" xml:"item_store,omitempty"`
}

ItemDto

type ItemGroupContent

type ItemGroupContent struct {
	GroupName string `json:"group_name,omitempty" xml:"group_name,omitempty"`

	ContentGroupDetailList []ItemGroupContentDetail `json:"content_group_detail_list,omitempty" xml:"content_group_detail_list,omitempty"`
}

ItemGroupContent

type ItemGroupContentDetail

type ItemGroupContentDetail struct {
	ContentAmount string `json:"content_amount,omitempty" xml:"content_amount,omitempty"`

	Unit string `json:"unit,omitempty" xml:"unit,omitempty"`

	Spec string `json:"spec,omitempty" xml:"spec,omitempty"`

	ContentCount int64 `json:"content_count,omitempty" xml:"content_count,omitempty"`

	ContentName string `json:"content_name,omitempty" xml:"content_name,omitempty"`
}

ItemGroupContentDetail

type ItemImage

type ItemImage struct {
	ImageName string `json:"image_name,omitempty" xml:"image_name,omitempty"`

	ImageUrl string `json:"image_url,omitempty" xml:"image_url,omitempty"`
}

ItemImage

type ItemImageDetail

type ItemImageDetail struct {
	ImageDescribe string `json:"image_describe,omitempty" xml:"image_describe,omitempty"`

	ImageTitle string `json:"image_title,omitempty" xml:"image_title,omitempty"`

	ItemImages []string `json:"item_images,omitempty" xml:"item_images>string,omitempty"`
}

ItemImageDetail

type ItemRule

type ItemRule struct {
	RuleList []string `json:"rule_list,omitempty" xml:"rule_list>string,omitempty"`
}

ItemRule

type ItemServices

type ItemServices struct {
	ServiceNameList []string `json:"service_name_list,omitempty" xml:"service_name_list>string,omitempty"`

	ServicesDetailList []ItemServicesDetail `json:"services_detail_list,omitempty" xml:"services_detail_list,omitempty"`

	ServiceCodeList []string `json:"service_code_list,omitempty" xml:"service_code_list>string,omitempty"`
}

ItemServices

type ItemServicesDetail

type ItemServicesDetail struct {
	ServiceDetails []string `json:"service_details,omitempty" xml:"service_details>string,omitempty"`

	ServiceName string `json:"service_name,omitempty" xml:"service_name,omitempty"`
}

ItemServicesDetail

type ItemStoreDto

type ItemStoreDto struct {

	StoreName string `json:"store_name,omitempty" xml:"store_name,omitempty"`

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

ItemStoreDto

type MallDTO

type MallDTO struct {

	MallName string `json:"mall_name,omitempty" xml:"mall_name,omitempty"`

	ContactInfo string `json:"contact_info,omitempty" xml:"contact_info,omitempty"`

	MallCover string `json:"mall_cover,omitempty" xml:"mall_cover,omitempty"`

	MallId string `json:"mall_id,omitempty" xml:"mall_id,omitempty"`

	DistrictInfo *DistrictInfo `json:"district_info,omitempty" xml:"district_info,omitempty"`

	MallHomePageUrl string `json:"mall_home_page_url,omitempty" xml:"mall_home_page_url,omitempty"`

	BusinessTime string `json:"business_time,omitempty" xml:"business_time,omitempty"`

	CategoryName string `json:"category_name,omitempty" xml:"category_name,omitempty"`

	MallLabel string `json:"mall_label,omitempty" xml:"mall_label,omitempty"`

	Distance string `json:"distance,omitempty" xml:"distance,omitempty"`
}

MallDTO

type MallDetailDto

type MallDetailDto struct {
	CategoryTabInfoList []CategoryTabInfoDto `json:"category_tab_info_list,omitempty" xml:"category_tab_info_list,omitempty"`

	MallDto *MallDto `json:"mall_dto,omitempty" xml:"mall_dto,omitempty"`
}

MallDetailDto

type PageResult

type PageResult struct {
	MallInfoList []MallDTO `json:"mall_info_list,omitempty" xml:"mall_info_list,omitempty"`

	HasMore bool `json:"has_more,omitempty" xml:"has_more,omitempty"`

	NextStart int64 `json:"next_start,omitempty" xml:"next_start,omitempty"`

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

	CommentInfo *CommentInfoDto `json:"comment_info,omitempty" xml:"comment_info,omitempty"`

	StoreList []StoreDto `json:"store_list,omitempty" xml:"store_list,omitempty"`
}

PageResult

type Picture

type Picture struct {
	Sequence int64 `json:"sequence,omitempty" xml:"sequence,omitempty"`

	PictureSource string `json:"picture_source,omitempty" xml:"picture_source,omitempty"`

	PictureUrl string `json:"picture_url,omitempty" xml:"picture_url,omitempty"`

	PictureName string `json:"picture_name,omitempty" xml:"picture_name,omitempty"`
}

Picture

type ServiceInfoDto

type ServiceInfoDto struct {
	ServiceDesc string `json:"service_desc,omitempty" xml:"service_desc,omitempty"`

	ServiceTagList []string `json:"service_tag_list,omitempty" xml:"service_tag_list>string,omitempty"`
}

ServiceInfoDto

type ServiceTag

type ServiceTag struct {
	TagIcon string `json:"tag_icon,omitempty" xml:"tag_icon,omitempty"`

	TagCode string `json:"tag_code,omitempty" xml:"tag_code,omitempty"`
}

ServiceTag

type ShopShelfDto

type ShopShelfDto struct {
	HasMore bool `json:"has_more,omitempty" xml:"has_more,omitempty"`

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

	TotalItemSize int64 `json:"total_item_size,omitempty" xml:"total_item_size,omitempty"`

	NextStart int64 `json:"next_start,omitempty" xml:"next_start,omitempty"`

	ItemInfoList []ItemDto `json:"item_info_list,omitempty" xml:"item_info_list,omitempty"`
}

ShopShelfDto

type StoreAlbumDto

type StoreAlbumDto struct {
	AlbumName string `json:"album_name,omitempty" xml:"album_name,omitempty"`

	AlbumDesc string `json:"album_desc,omitempty" xml:"album_desc,omitempty"`

	PictureList []Picture `json:"picture_list,omitempty" xml:"picture_list,omitempty"`
}

StoreAlbumDto

type StoreDetailDto

type StoreDetailDto struct {
	StoreAlbum *StoreAlbumDto `json:"store_album,omitempty" xml:"store_album,omitempty"`

	StoreDto *StoreDto `json:"store_dto,omitempty" xml:"store_dto,omitempty"`

	ServiceInfo *ServiceInfoDto `json:"service_info,omitempty" xml:"service_info,omitempty"`
}

StoreDetailDto

type StoreDto

type StoreDto struct {
	BrandName string `json:"brand_name,omitempty" xml:"brand_name,omitempty"`

	ContactInfo string `json:"contact_info,omitempty" xml:"contact_info,omitempty"`

	ServiceTagList []ServiceTag `json:"service_tag_list,omitempty" xml:"service_tag_list,omitempty"`

	MallId string `json:"mall_id,omitempty" xml:"mall_id,omitempty"`

	CommentTotalCount string `json:"comment_total_count,omitempty" xml:"comment_total_count,omitempty"`

	DistrictInfo *DistrictInfo `json:"district_info,omitempty" xml:"district_info,omitempty"`

	CommentScore string `json:"comment_score,omitempty" xml:"comment_score,omitempty"`

	BusinessTime string `json:"business_time,omitempty" xml:"business_time,omitempty"`

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

	Billboard string `json:"billboard,omitempty" xml:"billboard,omitempty"`

	CategoryName string `json:"category_name,omitempty" xml:"category_name,omitempty"`

	Score string `json:"score,omitempty" xml:"score,omitempty"`

	StoreDetailUrl string `json:"store_detail_url,omitempty" xml:"store_detail_url,omitempty"`


	StoreName string `json:"store_name,omitempty" xml:"store_name,omitempty"`

	AveragePrice string `json:"average_price,omitempty" xml:"average_price,omitempty"`
}

StoreDto

type SuperDiscountDto

type SuperDiscountDto struct {
	ItemList []ItemDto `json:"item_list,omitempty" xml:"item_list,omitempty"`
}

SuperDiscountDto

type TaobaoKoubeiMallCommonItemDetailQueryAPIResponse

type TaobaoKoubeiMallCommonItemDetailQueryAPIResponse struct {
	model.CommonResponse
	TaobaoKoubeiMallCommonItemDetailQueryResponse
}

查询商品详情信息 APIResponse taobao.koubei.mall.common.item.detail.query

查询口碑综合体内商品详情信息

type TaobaoKoubeiMallCommonItemDetailQueryRequest

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

查询商品详情信息 APIRequest taobao.koubei.mall.common.item.detail.query

查询口碑综合体内商品详情信息

func NewTaobaoKoubeiMallCommonItemDetailQueryRequest

func NewTaobaoKoubeiMallCommonItemDetailQueryRequest() *TaobaoKoubeiMallCommonItemDetailQueryRequest

func (TaobaoKoubeiMallCommonItemDetailQueryRequest) GetApiMethodName

func (TaobaoKoubeiMallCommonItemDetailQueryRequest) GetApiParams

func (TaobaoKoubeiMallCommonItemDetailQueryRequest) GetAppVersion

func (TaobaoKoubeiMallCommonItemDetailQueryRequest) GetCityCode

func (TaobaoKoubeiMallCommonItemDetailQueryRequest) GetDataSetId

func (TaobaoKoubeiMallCommonItemDetailQueryRequest) GetDisplayChannel

func (TaobaoKoubeiMallCommonItemDetailQueryRequest) GetItemId

func (TaobaoKoubeiMallCommonItemDetailQueryRequest) GetLatitude

func (TaobaoKoubeiMallCommonItemDetailQueryRequest) GetLongitude

func (TaobaoKoubeiMallCommonItemDetailQueryRequest) GetMallId

func (TaobaoKoubeiMallCommonItemDetailQueryRequest) GetStoreId

func (TaobaoKoubeiMallCommonItemDetailQueryRequest) GetTerminalType

func (*TaobaoKoubeiMallCommonItemDetailQueryRequest) SetAppVersion

func (r *TaobaoKoubeiMallCommonItemDetailQueryRequest) SetAppVersion(appVersion string) error

func (*TaobaoKoubeiMallCommonItemDetailQueryRequest) SetCityCode

func (*TaobaoKoubeiMallCommonItemDetailQueryRequest) SetDataSetId

func (r *TaobaoKoubeiMallCommonItemDetailQueryRequest) SetDataSetId(dataSetId string) error

func (*TaobaoKoubeiMallCommonItemDetailQueryRequest) SetDisplayChannel

func (r *TaobaoKoubeiMallCommonItemDetailQueryRequest) SetDisplayChannel(displayChannel string) error

func (*TaobaoKoubeiMallCommonItemDetailQueryRequest) SetItemId

func (*TaobaoKoubeiMallCommonItemDetailQueryRequest) SetLatitude

func (*TaobaoKoubeiMallCommonItemDetailQueryRequest) SetLongitude

func (r *TaobaoKoubeiMallCommonItemDetailQueryRequest) SetLongitude(longitude string) error

func (*TaobaoKoubeiMallCommonItemDetailQueryRequest) SetMallId

func (*TaobaoKoubeiMallCommonItemDetailQueryRequest) SetStoreId

func (*TaobaoKoubeiMallCommonItemDetailQueryRequest) SetTerminalType

func (r *TaobaoKoubeiMallCommonItemDetailQueryRequest) SetTerminalType(terminalType string) error

type TaobaoKoubeiMallCommonItemDetailQueryResponse

type TaobaoKoubeiMallCommonItemDetailQueryResponse struct {
	XMLName xml.Name `xml:"koubei_mall_common_item_detail_query_response"`

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

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

type TaobaoKoubeiMallCommonItemDetailQueryResult

type TaobaoKoubeiMallCommonItemDetailQueryResult struct {
	TraceId string `json:"trace_id,omitempty" xml:"trace_id,omitempty"`

	Data *ItemDetailResult `json:"data,omitempty" xml:"data,omitempty"`

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

	Error *TribeError `json:"error,omitempty" xml:"error,omitempty"`
}

TaobaoKoubeiMallCommonItemDetailQueryResult

type TaobaoKoubeiMallCommonItemShelfPageAPIResponse

type TaobaoKoubeiMallCommonItemShelfPageAPIResponse struct {
	model.CommonResponse
	TaobaoKoubeiMallCommonItemShelfPageResponse
}

门店货架商品列表信息查询 APIResponse taobao.koubei.mall.common.item.shelf.page

查询口碑综合体内门店货架商品列表信息接口

type TaobaoKoubeiMallCommonItemShelfPageRequest

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

门店货架商品列表信息查询 APIRequest taobao.koubei.mall.common.item.shelf.page

查询口碑综合体内门店货架商品列表信息接口

func NewTaobaoKoubeiMallCommonItemShelfPageRequest

func NewTaobaoKoubeiMallCommonItemShelfPageRequest() *TaobaoKoubeiMallCommonItemShelfPageRequest

func (TaobaoKoubeiMallCommonItemShelfPageRequest) GetApiMethodName

func (TaobaoKoubeiMallCommonItemShelfPageRequest) GetApiParams

func (TaobaoKoubeiMallCommonItemShelfPageRequest) GetAppVersion

func (TaobaoKoubeiMallCommonItemShelfPageRequest) GetCityCode

func (TaobaoKoubeiMallCommonItemShelfPageRequest) GetDataSetId

func (TaobaoKoubeiMallCommonItemShelfPageRequest) GetDisplayChannel

func (r TaobaoKoubeiMallCommonItemShelfPageRequest) GetDisplayChannel() string

func (TaobaoKoubeiMallCommonItemShelfPageRequest) GetLatitude

func (TaobaoKoubeiMallCommonItemShelfPageRequest) GetLongitude

func (TaobaoKoubeiMallCommonItemShelfPageRequest) GetMallId

func (TaobaoKoubeiMallCommonItemShelfPageRequest) GetPageSize

func (TaobaoKoubeiMallCommonItemShelfPageRequest) GetStart

func (TaobaoKoubeiMallCommonItemShelfPageRequest) GetStoreId

func (TaobaoKoubeiMallCommonItemShelfPageRequest) GetTerminalType

func (*TaobaoKoubeiMallCommonItemShelfPageRequest) SetAppVersion

func (r *TaobaoKoubeiMallCommonItemShelfPageRequest) SetAppVersion(appVersion string) error

func (*TaobaoKoubeiMallCommonItemShelfPageRequest) SetCityCode

func (r *TaobaoKoubeiMallCommonItemShelfPageRequest) SetCityCode(cityCode string) error

func (*TaobaoKoubeiMallCommonItemShelfPageRequest) SetDataSetId

func (r *TaobaoKoubeiMallCommonItemShelfPageRequest) SetDataSetId(dataSetId string) error

func (*TaobaoKoubeiMallCommonItemShelfPageRequest) SetDisplayChannel

func (r *TaobaoKoubeiMallCommonItemShelfPageRequest) SetDisplayChannel(displayChannel string) error

func (*TaobaoKoubeiMallCommonItemShelfPageRequest) SetLatitude

func (r *TaobaoKoubeiMallCommonItemShelfPageRequest) SetLatitude(latitude string) error

func (*TaobaoKoubeiMallCommonItemShelfPageRequest) SetLongitude

func (r *TaobaoKoubeiMallCommonItemShelfPageRequest) SetLongitude(longitude string) error

func (*TaobaoKoubeiMallCommonItemShelfPageRequest) SetMallId

func (*TaobaoKoubeiMallCommonItemShelfPageRequest) SetPageSize

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

func (*TaobaoKoubeiMallCommonItemShelfPageRequest) SetStart

func (*TaobaoKoubeiMallCommonItemShelfPageRequest) SetStoreId

func (*TaobaoKoubeiMallCommonItemShelfPageRequest) SetTerminalType

func (r *TaobaoKoubeiMallCommonItemShelfPageRequest) SetTerminalType(terminalType string) error

type TaobaoKoubeiMallCommonItemShelfPageResponse

type TaobaoKoubeiMallCommonItemShelfPageResponse struct {
	XMLName xml.Name `xml:"koubei_mall_common_item_shelf_page_response"`

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

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

type TaobaoKoubeiMallCommonItemShelfPageResult

type TaobaoKoubeiMallCommonItemShelfPageResult struct {
	TraceId string `json:"trace_id,omitempty" xml:"trace_id,omitempty"`

	Data *ShopShelfDto `json:"data,omitempty" xml:"data,omitempty"`

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

	Error *TribeError `json:"error,omitempty" xml:"error,omitempty"`
}

TaobaoKoubeiMallCommonItemShelfPageResult

type TaobaoKoubeiMallCommonItemSuperDiscountListAPIResponse

type TaobaoKoubeiMallCommonItemSuperDiscountListAPIResponse struct {
	model.CommonResponse
	TaobaoKoubeiMallCommonItemSuperDiscountListResponse
}

查询商圈内的超值特惠商品信息 APIResponse taobao.koubei.mall.common.item.super.discount.list

查询商圈超值特惠商品信息列表

type TaobaoKoubeiMallCommonItemSuperDiscountListRequest

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

查询商圈内的超值特惠商品信息 APIRequest taobao.koubei.mall.common.item.super.discount.list

查询商圈超值特惠商品信息列表

func NewTaobaoKoubeiMallCommonItemSuperDiscountListRequest

func NewTaobaoKoubeiMallCommonItemSuperDiscountListRequest() *TaobaoKoubeiMallCommonItemSuperDiscountListRequest

func (TaobaoKoubeiMallCommonItemSuperDiscountListRequest) GetApiMethodName

func (TaobaoKoubeiMallCommonItemSuperDiscountListRequest) GetApiParams

func (TaobaoKoubeiMallCommonItemSuperDiscountListRequest) GetAppVersion

func (TaobaoKoubeiMallCommonItemSuperDiscountListRequest) GetCityCode

func (TaobaoKoubeiMallCommonItemSuperDiscountListRequest) GetDataSetId

func (TaobaoKoubeiMallCommonItemSuperDiscountListRequest) GetDisplayChannel

func (TaobaoKoubeiMallCommonItemSuperDiscountListRequest) GetItemSize

func (TaobaoKoubeiMallCommonItemSuperDiscountListRequest) GetLatitude

func (TaobaoKoubeiMallCommonItemSuperDiscountListRequest) GetLongitude

func (TaobaoKoubeiMallCommonItemSuperDiscountListRequest) GetMallId

func (TaobaoKoubeiMallCommonItemSuperDiscountListRequest) GetTerminalType

func (*TaobaoKoubeiMallCommonItemSuperDiscountListRequest) SetAppVersion

func (*TaobaoKoubeiMallCommonItemSuperDiscountListRequest) SetCityCode

func (*TaobaoKoubeiMallCommonItemSuperDiscountListRequest) SetDataSetId

func (*TaobaoKoubeiMallCommonItemSuperDiscountListRequest) SetDisplayChannel

func (r *TaobaoKoubeiMallCommonItemSuperDiscountListRequest) SetDisplayChannel(displayChannel string) error

func (*TaobaoKoubeiMallCommonItemSuperDiscountListRequest) SetItemSize

func (*TaobaoKoubeiMallCommonItemSuperDiscountListRequest) SetLatitude

func (*TaobaoKoubeiMallCommonItemSuperDiscountListRequest) SetLongitude

func (*TaobaoKoubeiMallCommonItemSuperDiscountListRequest) SetMallId

func (*TaobaoKoubeiMallCommonItemSuperDiscountListRequest) SetTerminalType

func (r *TaobaoKoubeiMallCommonItemSuperDiscountListRequest) SetTerminalType(terminalType string) error

type TaobaoKoubeiMallCommonItemSuperDiscountListResponse

type TaobaoKoubeiMallCommonItemSuperDiscountListResponse struct {
	XMLName xml.Name `xml:"koubei_mall_common_item_super_discount_list_response"`

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

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

type TaobaoKoubeiMallCommonItemSuperDiscountListResult

type TaobaoKoubeiMallCommonItemSuperDiscountListResult struct {
	TraceId string `json:"trace_id,omitempty" xml:"trace_id,omitempty"`

	Data *SuperDiscountDto `json:"data,omitempty" xml:"data,omitempty"`

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

	Error *TribeError `json:"error,omitempty" xml:"error,omitempty"`
}

TaobaoKoubeiMallCommonItemSuperDiscountListResult

type TaobaoKoubeiMallCommonMallAuthPageAPIResponse

type TaobaoKoubeiMallCommonMallAuthPageAPIResponse struct {
	model.CommonResponse
	TaobaoKoubeiMallCommonMallAuthPageResponse
}

分页查询已授权的商圈列表信息 APIResponse taobao.koubei.mall.common.mall.auth.page

分页查询口碑已授权商圈的列表信息

type TaobaoKoubeiMallCommonMallAuthPageRequest

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

分页查询已授权的商圈列表信息 APIRequest taobao.koubei.mall.common.mall.auth.page

分页查询口碑已授权商圈的列表信息

func NewTaobaoKoubeiMallCommonMallAuthPageRequest

func NewTaobaoKoubeiMallCommonMallAuthPageRequest() *TaobaoKoubeiMallCommonMallAuthPageRequest

func (TaobaoKoubeiMallCommonMallAuthPageRequest) GetApiMethodName

func (TaobaoKoubeiMallCommonMallAuthPageRequest) GetApiParams

func (TaobaoKoubeiMallCommonMallAuthPageRequest) GetAppVersion

func (TaobaoKoubeiMallCommonMallAuthPageRequest) GetCityCode

func (TaobaoKoubeiMallCommonMallAuthPageRequest) GetDataSetId

func (TaobaoKoubeiMallCommonMallAuthPageRequest) GetDisplayChannel

func (r TaobaoKoubeiMallCommonMallAuthPageRequest) GetDisplayChannel() string

func (TaobaoKoubeiMallCommonMallAuthPageRequest) GetLatitude

func (TaobaoKoubeiMallCommonMallAuthPageRequest) GetLongitude

func (TaobaoKoubeiMallCommonMallAuthPageRequest) GetPageSize

func (TaobaoKoubeiMallCommonMallAuthPageRequest) GetStart

func (TaobaoKoubeiMallCommonMallAuthPageRequest) GetTerminalType

func (*TaobaoKoubeiMallCommonMallAuthPageRequest) SetAppVersion

func (r *TaobaoKoubeiMallCommonMallAuthPageRequest) SetAppVersion(appVersion string) error

func (*TaobaoKoubeiMallCommonMallAuthPageRequest) SetCityCode

func (r *TaobaoKoubeiMallCommonMallAuthPageRequest) SetCityCode(cityCode string) error

func (*TaobaoKoubeiMallCommonMallAuthPageRequest) SetDataSetId

func (r *TaobaoKoubeiMallCommonMallAuthPageRequest) SetDataSetId(dataSetId string) error

func (*TaobaoKoubeiMallCommonMallAuthPageRequest) SetDisplayChannel

func (r *TaobaoKoubeiMallCommonMallAuthPageRequest) SetDisplayChannel(displayChannel string) error

func (*TaobaoKoubeiMallCommonMallAuthPageRequest) SetLatitude

func (r *TaobaoKoubeiMallCommonMallAuthPageRequest) SetLatitude(latitude string) error

func (*TaobaoKoubeiMallCommonMallAuthPageRequest) SetLongitude

func (r *TaobaoKoubeiMallCommonMallAuthPageRequest) SetLongitude(longitude string) error

func (*TaobaoKoubeiMallCommonMallAuthPageRequest) SetPageSize

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

func (*TaobaoKoubeiMallCommonMallAuthPageRequest) SetStart

func (*TaobaoKoubeiMallCommonMallAuthPageRequest) SetTerminalType

func (r *TaobaoKoubeiMallCommonMallAuthPageRequest) SetTerminalType(terminalType string) error

type TaobaoKoubeiMallCommonMallAuthPageResponse

type TaobaoKoubeiMallCommonMallAuthPageResponse struct {
	XMLName xml.Name `xml:"koubei_mall_common_mall_auth_page_response"`

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

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

type TaobaoKoubeiMallCommonMallAuthPageResult

type TaobaoKoubeiMallCommonMallAuthPageResult struct {
	TraceId string `json:"trace_id,omitempty" xml:"trace_id,omitempty"`

	Data *PageResult `json:"data,omitempty" xml:"data,omitempty"`

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

	Error *TribeError `json:"error,omitempty" xml:"error,omitempty"`
}

TaobaoKoubeiMallCommonMallAuthPageResult

type TaobaoKoubeiMallCommonMallDetailGetAPIResponse

type TaobaoKoubeiMallCommonMallDetailGetAPIResponse struct {
	model.CommonResponse
	TaobaoKoubeiMallCommonMallDetailGetResponse
}

查询商圈详细信息 APIResponse taobao.koubei.mall.common.mall.detail.get

查询口碑综合体-商圈详细信息,包含商圈基础信息、门店类目分类、商圈推荐商品等模块信息

type TaobaoKoubeiMallCommonMallDetailGetRequest

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

查询商圈详细信息 APIRequest taobao.koubei.mall.common.mall.detail.get

查询口碑综合体-商圈详细信息,包含商圈基础信息、门店类目分类、商圈推荐商品等模块信息

func NewTaobaoKoubeiMallCommonMallDetailGetRequest

func NewTaobaoKoubeiMallCommonMallDetailGetRequest() *TaobaoKoubeiMallCommonMallDetailGetRequest

func (TaobaoKoubeiMallCommonMallDetailGetRequest) GetApiMethodName

func (TaobaoKoubeiMallCommonMallDetailGetRequest) GetApiParams

func (TaobaoKoubeiMallCommonMallDetailGetRequest) GetAppVersion

func (TaobaoKoubeiMallCommonMallDetailGetRequest) GetCityCode

func (TaobaoKoubeiMallCommonMallDetailGetRequest) GetDataSetId

func (TaobaoKoubeiMallCommonMallDetailGetRequest) GetDisplayChannel

func (r TaobaoKoubeiMallCommonMallDetailGetRequest) GetDisplayChannel() string

func (TaobaoKoubeiMallCommonMallDetailGetRequest) GetLatitude

func (TaobaoKoubeiMallCommonMallDetailGetRequest) GetLongitude

func (TaobaoKoubeiMallCommonMallDetailGetRequest) GetMallId

func (TaobaoKoubeiMallCommonMallDetailGetRequest) GetTerminalType

func (*TaobaoKoubeiMallCommonMallDetailGetRequest) SetAppVersion

func (r *TaobaoKoubeiMallCommonMallDetailGetRequest) SetAppVersion(appVersion string) error

func (*TaobaoKoubeiMallCommonMallDetailGetRequest) SetCityCode

func (r *TaobaoKoubeiMallCommonMallDetailGetRequest) SetCityCode(cityCode string) error

func (*TaobaoKoubeiMallCommonMallDetailGetRequest) SetDataSetId

func (r *TaobaoKoubeiMallCommonMallDetailGetRequest) SetDataSetId(dataSetId string) error

func (*TaobaoKoubeiMallCommonMallDetailGetRequest) SetDisplayChannel

func (r *TaobaoKoubeiMallCommonMallDetailGetRequest) SetDisplayChannel(displayChannel string) error

func (*TaobaoKoubeiMallCommonMallDetailGetRequest) SetLatitude

func (r *TaobaoKoubeiMallCommonMallDetailGetRequest) SetLatitude(latitude string) error

func (*TaobaoKoubeiMallCommonMallDetailGetRequest) SetLongitude

func (r *TaobaoKoubeiMallCommonMallDetailGetRequest) SetLongitude(longitude string) error

func (*TaobaoKoubeiMallCommonMallDetailGetRequest) SetMallId

func (*TaobaoKoubeiMallCommonMallDetailGetRequest) SetTerminalType

func (r *TaobaoKoubeiMallCommonMallDetailGetRequest) SetTerminalType(terminalType string) error

type TaobaoKoubeiMallCommonMallDetailGetResponse

type TaobaoKoubeiMallCommonMallDetailGetResponse struct {
	XMLName xml.Name `xml:"koubei_mall_common_mall_detail_get_response"`

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

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

type TaobaoKoubeiMallCommonMallDetailGetResult

type TaobaoKoubeiMallCommonMallDetailGetResult struct {
	TraceId string `json:"trace_id,omitempty" xml:"trace_id,omitempty"`

	Data *MallDetailDto `json:"data,omitempty" xml:"data,omitempty"`

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

	Error *TribeError `json:"error,omitempty" xml:"error,omitempty"`
}

TaobaoKoubeiMallCommonMallDetailGetResult

type TaobaoKoubeiMallCommonMallNearListAPIResponse

type TaobaoKoubeiMallCommonMallNearListAPIResponse struct {
	model.CommonResponse
	TaobaoKoubeiMallCommonMallNearListResponse
}

根据POI查询附近商圈列表信息 APIResponse taobao.koubei.mall.common.mall.near.list

通过用户/终端设备地理位置POI信息,查询附近商圈信息

type TaobaoKoubeiMallCommonMallNearListRequest

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

根据POI查询附近商圈列表信息 APIRequest taobao.koubei.mall.common.mall.near.list

通过用户/终端设备地理位置POI信息,查询附近商圈信息

func NewTaobaoKoubeiMallCommonMallNearListRequest

func NewTaobaoKoubeiMallCommonMallNearListRequest() *TaobaoKoubeiMallCommonMallNearListRequest

func (TaobaoKoubeiMallCommonMallNearListRequest) GetApiMethodName

func (TaobaoKoubeiMallCommonMallNearListRequest) GetApiParams

func (TaobaoKoubeiMallCommonMallNearListRequest) GetAppVersion

func (TaobaoKoubeiMallCommonMallNearListRequest) GetCityCode

func (TaobaoKoubeiMallCommonMallNearListRequest) GetDataSetId

func (TaobaoKoubeiMallCommonMallNearListRequest) GetDisplayChannel

func (r TaobaoKoubeiMallCommonMallNearListRequest) GetDisplayChannel() string

func (TaobaoKoubeiMallCommonMallNearListRequest) GetLatitude

func (TaobaoKoubeiMallCommonMallNearListRequest) GetLongitude

func (TaobaoKoubeiMallCommonMallNearListRequest) GetRadius

func (TaobaoKoubeiMallCommonMallNearListRequest) GetSize

func (TaobaoKoubeiMallCommonMallNearListRequest) GetTerminalType

func (*TaobaoKoubeiMallCommonMallNearListRequest) SetAppVersion

func (r *TaobaoKoubeiMallCommonMallNearListRequest) SetAppVersion(appVersion string) error

func (*TaobaoKoubeiMallCommonMallNearListRequest) SetCityCode

func (r *TaobaoKoubeiMallCommonMallNearListRequest) SetCityCode(cityCode string) error

func (*TaobaoKoubeiMallCommonMallNearListRequest) SetDataSetId

func (r *TaobaoKoubeiMallCommonMallNearListRequest) SetDataSetId(dataSetId string) error

func (*TaobaoKoubeiMallCommonMallNearListRequest) SetDisplayChannel

func (r *TaobaoKoubeiMallCommonMallNearListRequest) SetDisplayChannel(displayChannel string) error

func (*TaobaoKoubeiMallCommonMallNearListRequest) SetLatitude

func (r *TaobaoKoubeiMallCommonMallNearListRequest) SetLatitude(latitude string) error

func (*TaobaoKoubeiMallCommonMallNearListRequest) SetLongitude

func (r *TaobaoKoubeiMallCommonMallNearListRequest) SetLongitude(longitude string) error

func (*TaobaoKoubeiMallCommonMallNearListRequest) SetRadius

func (*TaobaoKoubeiMallCommonMallNearListRequest) SetSize

func (*TaobaoKoubeiMallCommonMallNearListRequest) SetTerminalType

func (r *TaobaoKoubeiMallCommonMallNearListRequest) SetTerminalType(terminalType string) error

type TaobaoKoubeiMallCommonMallNearListResponse

type TaobaoKoubeiMallCommonMallNearListResponse struct {
	XMLName xml.Name `xml:"koubei_mall_common_mall_near_list_response"`

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

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

type TaobaoKoubeiMallCommonMallNearListResult

type TaobaoKoubeiMallCommonMallNearListResult struct {
	TraceId string `json:"trace_id,omitempty" xml:"trace_id,omitempty"`

	MallList []MallDTO `json:"mall_list,omitempty" xml:"mall_list,omitempty"`

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

	Error *TribeError `json:"error,omitempty" xml:"error,omitempty"`
}

TaobaoKoubeiMallCommonMallNearListResult

type TaobaoKoubeiMallCommonStoreCommentPageAPIResponse

type TaobaoKoubeiMallCommonStoreCommentPageAPIResponse struct {
	model.CommonResponse
	TaobaoKoubeiMallCommonStoreCommentPageResponse
}

分页查询门店评论详情信息 APIResponse taobao.koubei.mall.common.store.comment.page

查询口碑综合体内的门店评论信息

type TaobaoKoubeiMallCommonStoreCommentPageRequest

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

分页查询门店评论详情信息 APIRequest taobao.koubei.mall.common.store.comment.page

查询口碑综合体内的门店评论信息

func NewTaobaoKoubeiMallCommonStoreCommentPageRequest

func NewTaobaoKoubeiMallCommonStoreCommentPageRequest() *TaobaoKoubeiMallCommonStoreCommentPageRequest

func (TaobaoKoubeiMallCommonStoreCommentPageRequest) GetApiMethodName

func (TaobaoKoubeiMallCommonStoreCommentPageRequest) GetApiParams

func (TaobaoKoubeiMallCommonStoreCommentPageRequest) GetAppVersion

func (TaobaoKoubeiMallCommonStoreCommentPageRequest) GetCityCode

func (TaobaoKoubeiMallCommonStoreCommentPageRequest) GetDataSetId

func (TaobaoKoubeiMallCommonStoreCommentPageRequest) GetDisplayChannel

func (TaobaoKoubeiMallCommonStoreCommentPageRequest) GetLatitude

func (TaobaoKoubeiMallCommonStoreCommentPageRequest) GetLongitude

func (TaobaoKoubeiMallCommonStoreCommentPageRequest) GetMallId

func (TaobaoKoubeiMallCommonStoreCommentPageRequest) GetPageSize

func (TaobaoKoubeiMallCommonStoreCommentPageRequest) GetStart

func (TaobaoKoubeiMallCommonStoreCommentPageRequest) GetStoreId

func (TaobaoKoubeiMallCommonStoreCommentPageRequest) GetTerminalType

func (*TaobaoKoubeiMallCommonStoreCommentPageRequest) SetAppVersion

func (r *TaobaoKoubeiMallCommonStoreCommentPageRequest) SetAppVersion(appVersion string) error

func (*TaobaoKoubeiMallCommonStoreCommentPageRequest) SetCityCode

func (*TaobaoKoubeiMallCommonStoreCommentPageRequest) SetDataSetId

func (r *TaobaoKoubeiMallCommonStoreCommentPageRequest) SetDataSetId(dataSetId string) error

func (*TaobaoKoubeiMallCommonStoreCommentPageRequest) SetDisplayChannel

func (r *TaobaoKoubeiMallCommonStoreCommentPageRequest) SetDisplayChannel(displayChannel string) error

func (*TaobaoKoubeiMallCommonStoreCommentPageRequest) SetLatitude

func (*TaobaoKoubeiMallCommonStoreCommentPageRequest) SetLongitude

func (r *TaobaoKoubeiMallCommonStoreCommentPageRequest) SetLongitude(longitude string) error

func (*TaobaoKoubeiMallCommonStoreCommentPageRequest) SetMallId

func (*TaobaoKoubeiMallCommonStoreCommentPageRequest) SetPageSize

func (*TaobaoKoubeiMallCommonStoreCommentPageRequest) SetStart

func (*TaobaoKoubeiMallCommonStoreCommentPageRequest) SetStoreId

func (*TaobaoKoubeiMallCommonStoreCommentPageRequest) SetTerminalType

func (r *TaobaoKoubeiMallCommonStoreCommentPageRequest) SetTerminalType(terminalType string) error

type TaobaoKoubeiMallCommonStoreCommentPageResponse

type TaobaoKoubeiMallCommonStoreCommentPageResponse struct {
	XMLName xml.Name `xml:"koubei_mall_common_store_comment_page_response"`

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

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

type TaobaoKoubeiMallCommonStoreCommentPageResult

type TaobaoKoubeiMallCommonStoreCommentPageResult struct {
	TraceId string `json:"trace_id,omitempty" xml:"trace_id,omitempty"`

	Data *PageResult `json:"data,omitempty" xml:"data,omitempty"`

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

	Error *TribeError `json:"error,omitempty" xml:"error,omitempty"`
}

TaobaoKoubeiMallCommonStoreCommentPageResult

type TaobaoKoubeiMallCommonStoreDetailQueryAPIResponse

type TaobaoKoubeiMallCommonStoreDetailQueryAPIResponse struct {
	model.CommonResponse
	TaobaoKoubeiMallCommonStoreDetailQueryResponse
}

查询综合体内的门店详细信息 APIResponse taobao.koubei.mall.common.store.detail.query

查询口碑综合体内的门店详情信息

type TaobaoKoubeiMallCommonStoreDetailQueryRequest

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

查询综合体内的门店详细信息 APIRequest taobao.koubei.mall.common.store.detail.query

查询口碑综合体内的门店详情信息

func NewTaobaoKoubeiMallCommonStoreDetailQueryRequest

func NewTaobaoKoubeiMallCommonStoreDetailQueryRequest() *TaobaoKoubeiMallCommonStoreDetailQueryRequest

func (TaobaoKoubeiMallCommonStoreDetailQueryRequest) GetApiMethodName

func (TaobaoKoubeiMallCommonStoreDetailQueryRequest) GetApiParams

func (TaobaoKoubeiMallCommonStoreDetailQueryRequest) GetAppVersion

func (TaobaoKoubeiMallCommonStoreDetailQueryRequest) GetCityCode

func (TaobaoKoubeiMallCommonStoreDetailQueryRequest) GetDataSetId

func (TaobaoKoubeiMallCommonStoreDetailQueryRequest) GetDisplayChannel

func (TaobaoKoubeiMallCommonStoreDetailQueryRequest) GetLatitude

func (TaobaoKoubeiMallCommonStoreDetailQueryRequest) GetLongitude

func (TaobaoKoubeiMallCommonStoreDetailQueryRequest) GetMallId

func (TaobaoKoubeiMallCommonStoreDetailQueryRequest) GetStoreId

func (TaobaoKoubeiMallCommonStoreDetailQueryRequest) GetTerminalType

func (*TaobaoKoubeiMallCommonStoreDetailQueryRequest) SetAppVersion

func (r *TaobaoKoubeiMallCommonStoreDetailQueryRequest) SetAppVersion(appVersion string) error

func (*TaobaoKoubeiMallCommonStoreDetailQueryRequest) SetCityCode

func (*TaobaoKoubeiMallCommonStoreDetailQueryRequest) SetDataSetId

func (r *TaobaoKoubeiMallCommonStoreDetailQueryRequest) SetDataSetId(dataSetId string) error

func (*TaobaoKoubeiMallCommonStoreDetailQueryRequest) SetDisplayChannel

func (r *TaobaoKoubeiMallCommonStoreDetailQueryRequest) SetDisplayChannel(displayChannel string) error

func (*TaobaoKoubeiMallCommonStoreDetailQueryRequest) SetLatitude

func (*TaobaoKoubeiMallCommonStoreDetailQueryRequest) SetLongitude

func (r *TaobaoKoubeiMallCommonStoreDetailQueryRequest) SetLongitude(longitude string) error

func (*TaobaoKoubeiMallCommonStoreDetailQueryRequest) SetMallId

func (*TaobaoKoubeiMallCommonStoreDetailQueryRequest) SetStoreId

func (*TaobaoKoubeiMallCommonStoreDetailQueryRequest) SetTerminalType

func (r *TaobaoKoubeiMallCommonStoreDetailQueryRequest) SetTerminalType(terminalType string) error

type TaobaoKoubeiMallCommonStoreDetailQueryResponse

type TaobaoKoubeiMallCommonStoreDetailQueryResponse struct {
	XMLName xml.Name `xml:"koubei_mall_common_store_detail_query_response"`

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

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

type TaobaoKoubeiMallCommonStoreDetailQueryResult

type TaobaoKoubeiMallCommonStoreDetailQueryResult struct {
	TraceId string `json:"trace_id,omitempty" xml:"trace_id,omitempty"`

	Data *StoreDetailDto `json:"data,omitempty" xml:"data,omitempty"`

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

	Error *TribeError `json:"error,omitempty" xml:"error,omitempty"`
}

TaobaoKoubeiMallCommonStoreDetailQueryResult

type TaobaoKoubeiMallCommonStoreDisplayGoodsListAPIResponse

type TaobaoKoubeiMallCommonStoreDisplayGoodsListAPIResponse struct {
	model.CommonResponse
	TaobaoKoubeiMallCommonStoreDisplayGoodsListResponse
}

查询门店推荐菜信息 APIResponse taobao.koubei.mall.common.store.display.goods.list

提供查询口碑商圈内的门店推荐菜信息

type TaobaoKoubeiMallCommonStoreDisplayGoodsListRequest

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

查询门店推荐菜信息 APIRequest taobao.koubei.mall.common.store.display.goods.list

提供查询口碑商圈内的门店推荐菜信息

func NewTaobaoKoubeiMallCommonStoreDisplayGoodsListRequest

func NewTaobaoKoubeiMallCommonStoreDisplayGoodsListRequest() *TaobaoKoubeiMallCommonStoreDisplayGoodsListRequest

func (TaobaoKoubeiMallCommonStoreDisplayGoodsListRequest) GetApiMethodName

func (TaobaoKoubeiMallCommonStoreDisplayGoodsListRequest) GetApiParams

func (TaobaoKoubeiMallCommonStoreDisplayGoodsListRequest) GetAppVersion

func (TaobaoKoubeiMallCommonStoreDisplayGoodsListRequest) GetCityCode

func (TaobaoKoubeiMallCommonStoreDisplayGoodsListRequest) GetDataSetId

func (TaobaoKoubeiMallCommonStoreDisplayGoodsListRequest) GetDisplayChannel

func (TaobaoKoubeiMallCommonStoreDisplayGoodsListRequest) GetLatitude

func (TaobaoKoubeiMallCommonStoreDisplayGoodsListRequest) GetLongitude

func (TaobaoKoubeiMallCommonStoreDisplayGoodsListRequest) GetMallId

func (TaobaoKoubeiMallCommonStoreDisplayGoodsListRequest) GetStoreId

func (TaobaoKoubeiMallCommonStoreDisplayGoodsListRequest) GetTerminalType

func (*TaobaoKoubeiMallCommonStoreDisplayGoodsListRequest) SetAppVersion

func (*TaobaoKoubeiMallCommonStoreDisplayGoodsListRequest) SetCityCode

func (*TaobaoKoubeiMallCommonStoreDisplayGoodsListRequest) SetDataSetId

func (*TaobaoKoubeiMallCommonStoreDisplayGoodsListRequest) SetDisplayChannel

func (r *TaobaoKoubeiMallCommonStoreDisplayGoodsListRequest) SetDisplayChannel(displayChannel string) error

func (*TaobaoKoubeiMallCommonStoreDisplayGoodsListRequest) SetLatitude

func (*TaobaoKoubeiMallCommonStoreDisplayGoodsListRequest) SetLongitude

func (*TaobaoKoubeiMallCommonStoreDisplayGoodsListRequest) SetMallId

func (*TaobaoKoubeiMallCommonStoreDisplayGoodsListRequest) SetStoreId

func (*TaobaoKoubeiMallCommonStoreDisplayGoodsListRequest) SetTerminalType

func (r *TaobaoKoubeiMallCommonStoreDisplayGoodsListRequest) SetTerminalType(terminalType string) error

type TaobaoKoubeiMallCommonStoreDisplayGoodsListResponse

type TaobaoKoubeiMallCommonStoreDisplayGoodsListResponse struct {
	XMLName xml.Name `xml:"koubei_mall_common_store_display_goods_list_response"`

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

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

type TaobaoKoubeiMallCommonStoreDisplayGoodsListResult

type TaobaoKoubeiMallCommonStoreDisplayGoodsListResult struct {
	TraceId string `json:"trace_id,omitempty" xml:"trace_id,omitempty"`

	Data *DisplayGoodsDTO `json:"data,omitempty" xml:"data,omitempty"`

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

	Error *TribeError `json:"error,omitempty" xml:"error,omitempty"`
}

TaobaoKoubeiMallCommonStoreDisplayGoodsListResult

type TaobaoKoubeiMallCommonStorePageAPIResponse

type TaobaoKoubeiMallCommonStorePageAPIResponse struct {
	model.CommonResponse
	TaobaoKoubeiMallCommonStorePageResponse
}

分页查询综合体内的门店列表信息 APIResponse taobao.koubei.mall.common.store.page

分页查询综合体内的门店列表信息

type TaobaoKoubeiMallCommonStorePageRequest

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

分页查询综合体内的门店列表信息 APIRequest taobao.koubei.mall.common.store.page

分页查询综合体内的门店列表信息

func NewTaobaoKoubeiMallCommonStorePageRequest

func NewTaobaoKoubeiMallCommonStorePageRequest() *TaobaoKoubeiMallCommonStorePageRequest

func (TaobaoKoubeiMallCommonStorePageRequest) GetApiMethodName

func (r TaobaoKoubeiMallCommonStorePageRequest) GetApiMethodName() string

func (TaobaoKoubeiMallCommonStorePageRequest) GetApiParams

func (TaobaoKoubeiMallCommonStorePageRequest) GetAppVersion

func (TaobaoKoubeiMallCommonStorePageRequest) GetCategoryIds

func (r TaobaoKoubeiMallCommonStorePageRequest) GetCategoryIds() []string

func (TaobaoKoubeiMallCommonStorePageRequest) GetCityCode

func (TaobaoKoubeiMallCommonStorePageRequest) GetDataSetId

func (TaobaoKoubeiMallCommonStorePageRequest) GetDisplayChannel

func (r TaobaoKoubeiMallCommonStorePageRequest) GetDisplayChannel() string

func (TaobaoKoubeiMallCommonStorePageRequest) GetLatitude

func (TaobaoKoubeiMallCommonStorePageRequest) GetLongitude

func (TaobaoKoubeiMallCommonStorePageRequest) GetMallId

func (TaobaoKoubeiMallCommonStorePageRequest) GetOrder

func (TaobaoKoubeiMallCommonStorePageRequest) GetPageSize

func (TaobaoKoubeiMallCommonStorePageRequest) GetServiceTag

func (r TaobaoKoubeiMallCommonStorePageRequest) GetServiceTag() []string

func (TaobaoKoubeiMallCommonStorePageRequest) GetStart

func (TaobaoKoubeiMallCommonStorePageRequest) GetStoreId

func (TaobaoKoubeiMallCommonStorePageRequest) GetTerminalType

func (r TaobaoKoubeiMallCommonStorePageRequest) GetTerminalType() string

func (*TaobaoKoubeiMallCommonStorePageRequest) SetAppVersion

func (r *TaobaoKoubeiMallCommonStorePageRequest) SetAppVersion(appVersion string) error

func (*TaobaoKoubeiMallCommonStorePageRequest) SetCategoryIds

func (r *TaobaoKoubeiMallCommonStorePageRequest) SetCategoryIds(categoryIds []string) error

func (*TaobaoKoubeiMallCommonStorePageRequest) SetCityCode

func (r *TaobaoKoubeiMallCommonStorePageRequest) SetCityCode(cityCode string) error

func (*TaobaoKoubeiMallCommonStorePageRequest) SetDataSetId

func (r *TaobaoKoubeiMallCommonStorePageRequest) SetDataSetId(dataSetId string) error

func (*TaobaoKoubeiMallCommonStorePageRequest) SetDisplayChannel

func (r *TaobaoKoubeiMallCommonStorePageRequest) SetDisplayChannel(displayChannel string) error

func (*TaobaoKoubeiMallCommonStorePageRequest) SetLatitude

func (r *TaobaoKoubeiMallCommonStorePageRequest) SetLatitude(latitude string) error

func (*TaobaoKoubeiMallCommonStorePageRequest) SetLongitude

func (r *TaobaoKoubeiMallCommonStorePageRequest) SetLongitude(longitude string) error

func (*TaobaoKoubeiMallCommonStorePageRequest) SetMallId

func (*TaobaoKoubeiMallCommonStorePageRequest) SetOrder

func (*TaobaoKoubeiMallCommonStorePageRequest) SetPageSize

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

func (*TaobaoKoubeiMallCommonStorePageRequest) SetServiceTag

func (r *TaobaoKoubeiMallCommonStorePageRequest) SetServiceTag(serviceTag []string) error

func (*TaobaoKoubeiMallCommonStorePageRequest) SetStart

func (*TaobaoKoubeiMallCommonStorePageRequest) SetStoreId

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

func (*TaobaoKoubeiMallCommonStorePageRequest) SetTerminalType

func (r *TaobaoKoubeiMallCommonStorePageRequest) SetTerminalType(terminalType string) error

type TaobaoKoubeiMallCommonStorePageResponse

type TaobaoKoubeiMallCommonStorePageResponse struct {
	XMLName xml.Name `xml:"koubei_mall_common_store_page_response"`

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

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

type TaobaoKoubeiMallCommonStorePageResult

type TaobaoKoubeiMallCommonStorePageResult struct {
	TraceId string `json:"trace_id,omitempty" xml:"trace_id,omitempty"`

	Data *PageResult `json:"data,omitempty" xml:"data,omitempty"`

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

	Error *TribeError `json:"error,omitempty" xml:"error,omitempty"`
}

TaobaoKoubeiMallCommonStorePageResult

type TribeError

type TribeError struct {
	View string `json:"view,omitempty" xml:"view,omitempty"`

	Message string `json:"message,omitempty" xml:"message,omitempty"`

	Code string `json:"code,omitempty" xml:"code,omitempty"`
}

TribeError

Source Files

Jump to

Keyboard shortcuts

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