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( 淘宝客商品查询 )
type SmallImages ¶
type SmallImages struct {
String []string `json:"string"`
}
Click to show internal directories.
Click to hide internal directories.