ju

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 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 Extend

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

Extend

type Items

type Items struct {
	UspDescList []string `json:"usp_desc_list,omitempty" xml:"usp_desc_list>string,omitempty"`

	TbFirstCatId int64 `json:"tb_first_cat_id,omitempty" xml:"tb_first_cat_id,omitempty"`

	OrigPrice string `json:"orig_price,omitempty" xml:"orig_price,omitempty"`

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

	ShowEndTime int64 `json:"show_end_time,omitempty" xml:"show_end_time,omitempty"`

	PcUrl string `json:"pc_url,omitempty" xml:"pc_url,omitempty"`

	PlatformId int64 `json:"platform_id,omitempty" xml:"platform_id,omitempty"`

	JuId int64 `json:"ju_id,omitempty" xml:"ju_id,omitempty"`

	PicUrlForWL string `json:"pic_url_for_w_l,omitempty" xml:"pic_url_for_w_l,omitempty"`

	OnlineStartTime int64 `json:"online_start_time,omitempty" xml:"online_start_time,omitempty"`

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

	ActPrice string `json:"act_price,omitempty" xml:"act_price,omitempty"`

	Title string `json:"title,omitempty" xml:"title,omitempty"`

	WapUrl string `json:"wap_url,omitempty" xml:"wap_url,omitempty"`

	ItemUspList []string `json:"item_usp_list,omitempty" xml:"item_usp_list>string,omitempty"`

	ShowStartTime int64 `json:"show_start_time,omitempty" xml:"show_start_time,omitempty"`

	OnlineEndTime int64 `json:"online_end_time,omitempty" xml:"online_end_time,omitempty"`

	PicUrlForPC string `json:"pic_url_for_p_c,omitempty" xml:"pic_url_for_p_c,omitempty"`

	PriceUspList []string `json:"price_usp_list,omitempty" xml:"price_usp_list>string,omitempty"`

	PayPostage bool `json:"pay_postage,omitempty" xml:"pay_postage,omitempty"`
}

Items

type PaginationResult

type PaginationResult struct {
	CurrentPage int64 `json:"current_page,omitempty" xml:"current_page,omitempty"`

	Extend *Extend `json:"extend,omitempty" xml:"extend,omitempty"`

	ModelList []Items `json:"model_list,omitempty" xml:"model_list,omitempty"`

	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`

	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`

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

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

	TotalItem int64 `json:"total_item,omitempty" xml:"total_item,omitempty"`

	TotalPage int64 `json:"total_page,omitempty" xml:"total_page,omitempty"`

	TrackParams *Trackparams `json:"track_params,omitempty" xml:"track_params,omitempty"`
}

PaginationResult

type TaobaoJuItemsSearchAPIResponse

type TaobaoJuItemsSearchAPIResponse struct {
	model.CommonResponse
	TaobaoJuItemsSearchResponse
}

聚划算商品搜索接口 APIResponse taobao.ju.items.search

搜索聚划算商品

type TaobaoJuItemsSearchRequest

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

聚划算商品搜索接口 APIRequest taobao.ju.items.search

搜索聚划算商品

func NewTaobaoJuItemsSearchRequest

func NewTaobaoJuItemsSearchRequest() *TaobaoJuItemsSearchRequest

func (TaobaoJuItemsSearchRequest) GetApiMethodName

func (r TaobaoJuItemsSearchRequest) GetApiMethodName() string

func (TaobaoJuItemsSearchRequest) GetApiParams

func (r TaobaoJuItemsSearchRequest) GetApiParams() url.Values

func (TaobaoJuItemsSearchRequest) GetParamTopItemQuery

func (r TaobaoJuItemsSearchRequest) GetParamTopItemQuery() *TopItemQuery

func (*TaobaoJuItemsSearchRequest) SetParamTopItemQuery

func (r *TaobaoJuItemsSearchRequest) SetParamTopItemQuery(paramTopItemQuery *TopItemQuery) error

type TaobaoJuItemsSearchResponse

type TaobaoJuItemsSearchResponse struct {
	XMLName   xml.Name `xml:"ju_items_search_response"`
	RequestId string   `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

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

type TopItemQuery

type TopItemQuery struct {
	CurrentPage int64 `json:"current_page,omitempty" xml:"current_page,omitempty"`

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

	Pid string `json:"pid,omitempty" xml:"pid,omitempty"`

	Postage bool `json:"postage,omitempty" xml:"postage,omitempty"`

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

	TaobaoCategoryId int64 `json:"taobao_category_id,omitempty" xml:"taobao_category_id,omitempty"`

	Word string `json:"word,omitempty" xml:"word,omitempty"`
}

TopItemQuery

type Trackparams

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

Trackparams

Jump to

Keyboard shortcuts

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