tbkitemconvert

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 {
	ClickURL string `json:"click_url"`
	NumIid   int64  `json:"num_iid"`
}

type Response

type Response struct {
	response.TopResponse
	TbkItemConvertResult Result `json:"tbk_item_convert_response"`
}

taobao.tbk.item.convert( 淘宝客商品链接转换 )

func (*Response) WrapResult

func (t *Response) WrapResult(result string)

解析输出结果

type Result

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

type Results

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

Jump to

Keyboard shortcuts

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