Documentation ¶
Index ¶
- type AliexpressUsergrowthRecommendItemsGetAPIResponse
- type AliexpressUsergrowthRecommendItemsGetData
- type AliexpressUsergrowthRecommendItemsGetRequest
- func (r AliexpressUsergrowthRecommendItemsGetRequest) GetApiMethodName() string
- func (r AliexpressUsergrowthRecommendItemsGetRequest) GetApiParams() url.Values
- func (r AliexpressUsergrowthRecommendItemsGetRequest) GetCountryCode() string
- func (r AliexpressUsergrowthRecommendItemsGetRequest) GetCurrencyCode() string
- func (r AliexpressUsergrowthRecommendItemsGetRequest) GetLanguage() string
- func (r AliexpressUsergrowthRecommendItemsGetRequest) GetPageIndex() string
- func (r AliexpressUsergrowthRecommendItemsGetRequest) GetPageSize() string
- func (r AliexpressUsergrowthRecommendItemsGetRequest) GetTrackingId() string
- func (r AliexpressUsergrowthRecommendItemsGetRequest) GetUserTypeCode() string
- func (r *AliexpressUsergrowthRecommendItemsGetRequest) SetCountryCode(countryCode string) error
- func (r *AliexpressUsergrowthRecommendItemsGetRequest) SetCurrencyCode(currencyCode string) error
- func (r *AliexpressUsergrowthRecommendItemsGetRequest) SetLanguage(language string) error
- func (r *AliexpressUsergrowthRecommendItemsGetRequest) SetPageIndex(pageIndex string) error
- func (r *AliexpressUsergrowthRecommendItemsGetRequest) SetPageSize(pageSize string) error
- func (r *AliexpressUsergrowthRecommendItemsGetRequest) SetTrackingId(trackingId string) error
- func (r *AliexpressUsergrowthRecommendItemsGetRequest) SetUserTypeCode(userTypeCode string) error
- type AliexpressUsergrowthRecommendItemsGetResponse
- type AliexpressUsergrowthRecommendItemsGetResult
- type AliexpressUsergrowthSearchItemsGetAPIResponse
- type AliexpressUsergrowthSearchItemsGetData
- type AliexpressUsergrowthSearchItemsGetRequest
- func (r AliexpressUsergrowthSearchItemsGetRequest) GetApiMethodName() string
- func (r AliexpressUsergrowthSearchItemsGetRequest) GetApiParams() url.Values
- func (r AliexpressUsergrowthSearchItemsGetRequest) GetCountryCode() string
- func (r AliexpressUsergrowthSearchItemsGetRequest) GetCurrencyCode() string
- func (r AliexpressUsergrowthSearchItemsGetRequest) GetKeywords() string
- func (r AliexpressUsergrowthSearchItemsGetRequest) GetLanguage() string
- func (r AliexpressUsergrowthSearchItemsGetRequest) GetPageIndex() string
- func (r AliexpressUsergrowthSearchItemsGetRequest) GetPageSize() string
- func (r AliexpressUsergrowthSearchItemsGetRequest) GetTrackingId() string
- func (r *AliexpressUsergrowthSearchItemsGetRequest) SetCountryCode(countryCode string) error
- func (r *AliexpressUsergrowthSearchItemsGetRequest) SetCurrencyCode(currencyCode string) error
- func (r *AliexpressUsergrowthSearchItemsGetRequest) SetKeywords(keywords string) error
- func (r *AliexpressUsergrowthSearchItemsGetRequest) SetLanguage(language string) error
- func (r *AliexpressUsergrowthSearchItemsGetRequest) SetPageIndex(pageIndex string) error
- func (r *AliexpressUsergrowthSearchItemsGetRequest) SetPageSize(pageSize string) error
- func (r *AliexpressUsergrowthSearchItemsGetRequest) SetTrackingId(trackingId string) error
- type AliexpressUsergrowthSearchItemsGetResponse
- type AliexpressUsergrowthSearchItemsGetResult
- type Ext
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AliexpressUsergrowthRecommendItemsGetAPIResponse ¶
type AliexpressUsergrowthRecommendItemsGetAPIResponse struct { model.CommonResponse AliexpressUsergrowthRecommendItemsGetResponse }
第三方平台推荐商品 APIResponse aliexpress.usergrowth.recommend.items.get
第三方平台的推荐AE商品 场景:skin 、底部推荐等
type AliexpressUsergrowthRecommendItemsGetData ¶
type AliexpressUsergrowthRecommendItemsGetData struct { ProductId string `json:"product_id,omitempty" xml:"product_id,omitempty"` SalePrice string `json:"sale_price,omitempty" xml:"sale_price,omitempty"` Photo string `json:"photo,omitempty" xml:"photo,omitempty"` ShopName string `json:"shop_name,omitempty" xml:"shop_name,omitempty"` ProductName string `json:"product_name,omitempty" xml:"product_name,omitempty"` ShopDomain string `json:"shop_domain,omitempty" xml:"shop_domain,omitempty"` DetailUrl string `json:"detail_url,omitempty" xml:"detail_url,omitempty"` ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"` SubCategory string `json:"sub_category,omitempty" xml:"sub_category,omitempty"` RatingCount int64 `json:"rating_count,omitempty" xml:"rating_count,omitempty"` PhotoHeight int64 `json:"photo_height,omitempty" xml:"photo_height,omitempty"` ShopRating string `json:"shop_rating,omitempty" xml:"shop_rating,omitempty"` FreeShipping bool `json:"free_shipping,omitempty" xml:"free_shipping,omitempty"` RatingValue string `json:"rating_value,omitempty" xml:"rating_value,omitempty"` Category string `json:"category,omitempty" xml:"category,omitempty"` PhotoWidth int64 `json:"photo_width,omitempty" xml:"photo_width,omitempty"` }
AliexpressUsergrowthRecommendItemsGetData
type AliexpressUsergrowthRecommendItemsGetRequest ¶
type AliexpressUsergrowthRecommendItemsGetRequest struct { model.Params // contains filtered or unexported fields }
第三方平台推荐商品 APIRequest aliexpress.usergrowth.recommend.items.get
第三方平台的推荐AE商品 场景:skin 、底部推荐等
func NewAliexpressUsergrowthRecommendItemsGetRequest ¶
func NewAliexpressUsergrowthRecommendItemsGetRequest() *AliexpressUsergrowthRecommendItemsGetRequest
func (AliexpressUsergrowthRecommendItemsGetRequest) GetApiMethodName ¶
func (r AliexpressUsergrowthRecommendItemsGetRequest) GetApiMethodName() string
func (AliexpressUsergrowthRecommendItemsGetRequest) GetApiParams ¶
func (r AliexpressUsergrowthRecommendItemsGetRequest) GetApiParams() url.Values
func (AliexpressUsergrowthRecommendItemsGetRequest) GetCountryCode ¶
func (r AliexpressUsergrowthRecommendItemsGetRequest) GetCountryCode() string
func (AliexpressUsergrowthRecommendItemsGetRequest) GetCurrencyCode ¶
func (r AliexpressUsergrowthRecommendItemsGetRequest) GetCurrencyCode() string
func (AliexpressUsergrowthRecommendItemsGetRequest) GetLanguage ¶
func (r AliexpressUsergrowthRecommendItemsGetRequest) GetLanguage() string
func (AliexpressUsergrowthRecommendItemsGetRequest) GetPageIndex ¶
func (r AliexpressUsergrowthRecommendItemsGetRequest) GetPageIndex() string
func (AliexpressUsergrowthRecommendItemsGetRequest) GetPageSize ¶
func (r AliexpressUsergrowthRecommendItemsGetRequest) GetPageSize() string
func (AliexpressUsergrowthRecommendItemsGetRequest) GetTrackingId ¶
func (r AliexpressUsergrowthRecommendItemsGetRequest) GetTrackingId() string
func (AliexpressUsergrowthRecommendItemsGetRequest) GetUserTypeCode ¶
func (r AliexpressUsergrowthRecommendItemsGetRequest) GetUserTypeCode() string
func (*AliexpressUsergrowthRecommendItemsGetRequest) SetCountryCode ¶
func (r *AliexpressUsergrowthRecommendItemsGetRequest) SetCountryCode(countryCode string) error
func (*AliexpressUsergrowthRecommendItemsGetRequest) SetCurrencyCode ¶
func (r *AliexpressUsergrowthRecommendItemsGetRequest) SetCurrencyCode(currencyCode string) error
func (*AliexpressUsergrowthRecommendItemsGetRequest) SetLanguage ¶
func (r *AliexpressUsergrowthRecommendItemsGetRequest) SetLanguage(language string) error
func (*AliexpressUsergrowthRecommendItemsGetRequest) SetPageIndex ¶
func (r *AliexpressUsergrowthRecommendItemsGetRequest) SetPageIndex(pageIndex string) error
func (*AliexpressUsergrowthRecommendItemsGetRequest) SetPageSize ¶
func (r *AliexpressUsergrowthRecommendItemsGetRequest) SetPageSize(pageSize string) error
func (*AliexpressUsergrowthRecommendItemsGetRequest) SetTrackingId ¶
func (r *AliexpressUsergrowthRecommendItemsGetRequest) SetTrackingId(trackingId string) error
func (*AliexpressUsergrowthRecommendItemsGetRequest) SetUserTypeCode ¶
func (r *AliexpressUsergrowthRecommendItemsGetRequest) SetUserTypeCode(userTypeCode string) error
type AliexpressUsergrowthRecommendItemsGetResponse ¶
type AliexpressUsergrowthRecommendItemsGetResponse struct { XMLName xml.Name `xml:"aliexpress_usergrowth_recommend_items_get_response"` RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识 Result *AliexpressUsergrowthRecommendItemsGetResult `json:"result,omitempty" xml:"result,omitempty"` }
type AliexpressUsergrowthRecommendItemsGetResult ¶
type AliexpressUsergrowthRecommendItemsGetResult struct { DataList []AliexpressUsergrowthRecommendItemsGetData `json:"data_list,omitempty" xml:"data_list,omitempty"` Success bool `json:"success,omitempty" xml:"success,omitempty"` Message string `json:"message,omitempty" xml:"message,omitempty"` Code string `json:"code,omitempty" xml:"code,omitempty"` }
AliexpressUsergrowthRecommendItemsGetResult
type AliexpressUsergrowthSearchItemsGetAPIResponse ¶
type AliexpressUsergrowthSearchItemsGetAPIResponse struct { model.CommonResponse AliexpressUsergrowthSearchItemsGetResponse }
第三方平台搜索AE商品 APIResponse aliexpress.usergrowth.search.items.get
第三方平台的搜索服务 获取AE商品list
type AliexpressUsergrowthSearchItemsGetData ¶
type AliexpressUsergrowthSearchItemsGetData struct { ProductId string `json:"product_id,omitempty" xml:"product_id,omitempty"` SalePrice string `json:"sale_price,omitempty" xml:"sale_price,omitempty"` Photo string `json:"photo,omitempty" xml:"photo,omitempty"` ShopName string `json:"shop_name,omitempty" xml:"shop_name,omitempty"` ProductName string `json:"product_name,omitempty" xml:"product_name,omitempty"` ShopDomain string `json:"shop_domain,omitempty" xml:"shop_domain,omitempty"` DetailUrl string `json:"detail_url,omitempty" xml:"detail_url,omitempty"` ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"` SubCategory string `json:"sub_category,omitempty" xml:"sub_category,omitempty"` RatingCount int64 `json:"rating_count,omitempty" xml:"rating_count,omitempty"` PhotoHeight int64 `json:"photo_height,omitempty" xml:"photo_height,omitempty"` ShopRating string `json:"shop_rating,omitempty" xml:"shop_rating,omitempty"` RatingValue string `json:"rating_value,omitempty" xml:"rating_value,omitempty"` Category string `json:"category,omitempty" xml:"category,omitempty"` PhotoWidth int64 `json:"photo_width,omitempty" xml:"photo_width,omitempty"` FreeShipping bool `json:"free_shipping,omitempty" xml:"free_shipping,omitempty"` }
AliexpressUsergrowthSearchItemsGetData
type AliexpressUsergrowthSearchItemsGetRequest ¶
type AliexpressUsergrowthSearchItemsGetRequest struct { model.Params // contains filtered or unexported fields }
第三方平台搜索AE商品 APIRequest aliexpress.usergrowth.search.items.get
第三方平台的搜索服务 获取AE商品list
func NewAliexpressUsergrowthSearchItemsGetRequest ¶
func NewAliexpressUsergrowthSearchItemsGetRequest() *AliexpressUsergrowthSearchItemsGetRequest
func (AliexpressUsergrowthSearchItemsGetRequest) GetApiMethodName ¶
func (r AliexpressUsergrowthSearchItemsGetRequest) GetApiMethodName() string
func (AliexpressUsergrowthSearchItemsGetRequest) GetApiParams ¶
func (r AliexpressUsergrowthSearchItemsGetRequest) GetApiParams() url.Values
func (AliexpressUsergrowthSearchItemsGetRequest) GetCountryCode ¶
func (r AliexpressUsergrowthSearchItemsGetRequest) GetCountryCode() string
func (AliexpressUsergrowthSearchItemsGetRequest) GetCurrencyCode ¶
func (r AliexpressUsergrowthSearchItemsGetRequest) GetCurrencyCode() string
func (AliexpressUsergrowthSearchItemsGetRequest) GetKeywords ¶
func (r AliexpressUsergrowthSearchItemsGetRequest) GetKeywords() string
func (AliexpressUsergrowthSearchItemsGetRequest) GetLanguage ¶
func (r AliexpressUsergrowthSearchItemsGetRequest) GetLanguage() string
func (AliexpressUsergrowthSearchItemsGetRequest) GetPageIndex ¶
func (r AliexpressUsergrowthSearchItemsGetRequest) GetPageIndex() string
func (AliexpressUsergrowthSearchItemsGetRequest) GetPageSize ¶
func (r AliexpressUsergrowthSearchItemsGetRequest) GetPageSize() string
func (AliexpressUsergrowthSearchItemsGetRequest) GetTrackingId ¶
func (r AliexpressUsergrowthSearchItemsGetRequest) GetTrackingId() string
func (*AliexpressUsergrowthSearchItemsGetRequest) SetCountryCode ¶
func (r *AliexpressUsergrowthSearchItemsGetRequest) SetCountryCode(countryCode string) error
func (*AliexpressUsergrowthSearchItemsGetRequest) SetCurrencyCode ¶
func (r *AliexpressUsergrowthSearchItemsGetRequest) SetCurrencyCode(currencyCode string) error
func (*AliexpressUsergrowthSearchItemsGetRequest) SetKeywords ¶
func (r *AliexpressUsergrowthSearchItemsGetRequest) SetKeywords(keywords string) error
func (*AliexpressUsergrowthSearchItemsGetRequest) SetLanguage ¶
func (r *AliexpressUsergrowthSearchItemsGetRequest) SetLanguage(language string) error
func (*AliexpressUsergrowthSearchItemsGetRequest) SetPageIndex ¶
func (r *AliexpressUsergrowthSearchItemsGetRequest) SetPageIndex(pageIndex string) error
func (*AliexpressUsergrowthSearchItemsGetRequest) SetPageSize ¶
func (r *AliexpressUsergrowthSearchItemsGetRequest) SetPageSize(pageSize string) error
func (*AliexpressUsergrowthSearchItemsGetRequest) SetTrackingId ¶
func (r *AliexpressUsergrowthSearchItemsGetRequest) SetTrackingId(trackingId string) error
type AliexpressUsergrowthSearchItemsGetResponse ¶
type AliexpressUsergrowthSearchItemsGetResponse struct { XMLName xml.Name `xml:"aliexpress_usergrowth_search_items_get_response"` RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识 Result *AliexpressUsergrowthSearchItemsGetResult `json:"result,omitempty" xml:"result,omitempty"` }
type AliexpressUsergrowthSearchItemsGetResult ¶
type AliexpressUsergrowthSearchItemsGetResult struct { DataList []AliexpressUsergrowthSearchItemsGetData `json:"data_list,omitempty" xml:"data_list,omitempty"` Success bool `json:"success,omitempty" xml:"success,omitempty"` Message string `json:"message,omitempty" xml:"message,omitempty"` Code string `json:"code,omitempty" xml:"code,omitempty"` Ext *Ext `json:"ext,omitempty" xml:"ext,omitempty"` }
AliexpressUsergrowthSearchItemsGetResult
Source Files ¶
- AliexpressUsergrowthRecommendItemsGetData.go
- AliexpressUsergrowthRecommendItemsGetRequest.go
- AliexpressUsergrowthRecommendItemsGetResponse.go
- AliexpressUsergrowthRecommendItemsGetResult.go
- AliexpressUsergrowthSearchItemsGetData.go
- AliexpressUsergrowthSearchItemsGetRequest.go
- AliexpressUsergrowthSearchItemsGetResponse.go
- AliexpressUsergrowthSearchItemsGetResult.go
- Ext.go
Click to show internal directories.
Click to hide internal directories.