sellercatslistget

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 Response

type Response struct {
	response.TopResponse
	SellercatsListGetResult Result `json:"sellercats_list_get_response"`
}

taobao.sellercats.list.get( 获取前台展示的店铺内卖家自定义商品类目 )

func (*Response) WrapResult

func (t *Response) WrapResult(result string)

解析输出结果

type Result

type Result struct {
	SellerCats SellerCats `json:"seller_cats"`
	RequestID  string     `json:"request_id"`
}

type SellerCat

type SellerCat struct {
	Cid       int64  `json:"cid"`
	Name      string `json:"name"`
	ParentCid int64  `json:"parent_cid"`
	PicURL    string `json:"pic_url"`
	SortOrder int64  `json:"sort_order"`
	Type      string `json:"type"`
}

type SellerCats

type SellerCats struct {
	SellerCat []SellerCat `json:"seller_cat"`
}

Jump to

Keyboard shortcuts

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