tbkitemget

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: May 8, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NTbkItem

type NTbkItem struct {
	ItemURL      string      `json:"item_url"`
	Nick         string      `json:"nick"`
	NumIid       int64       `json:"num_iid"`
	PictURL      string      `json:"pict_url"`
	Provcity     string      `json:"provcity"`
	ReservePrice string      `json:"reserve_price"`
	SellerID     int64       `json:"seller_id"`
	SmallImages  SmallImages `json:"small_images"`
	Title        string      `json:"title"`
	UserType     int64       `json:"user_type"`
	Volume       int64       `json:"volume"`
	ZkFinalPrice string      `json:"zk_final_price"`
}

type Response

type Response struct {
	response.TopResponse
	TbkItemGetResult Result `json:"tbk_item_get_response"`
}

taobao.tbk.item.get( 淘宝客商品查询 )

func (*Response) WrapResult

func (t *Response) WrapResult(result string)

解析输出结果

type Result

type Result struct {
	Results      Results `json:"results"`
	TotalResults int64   `json:"total_results"`
	RequestID    string  `json:"request_id"`
}

type Results

type Results struct {
	NTbkItem []NTbkItem `json:"n_tbk_item"`
}

type SmallImages

type SmallImages struct {
	String []string `json:"string"`
}

Jump to

Keyboard shortcuts

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