Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Response ¶
type Response struct { response.TopResponse SellercatsListGetResult Result `json:"sellercats_list_get_response"` }
taobao.sellercats.list.get( 获取前台展示的店铺内卖家自定义商品类目 )
type Result ¶
type Result struct { SellerCats SellerCats `json:"seller_cats"` RequestID string `json:"request_id"` }
type SellerCats ¶
type SellerCats struct {
SellerCat []SellerCat `json:"seller_cat"`
}
Click to show internal directories.
Click to hide internal directories.