tbkdgnewuserorderget

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
	TbkDgNewuserOrderGetResult Result `json:"tbk_dg_newuser_order_get_response"`
}

taobao.tbk.dg.newuser.tborder.get( 淘宝客新用户订单API--导购 )

func (*Response) WrapResult

func (t *Response) WrapResult(result string)

解析输出结果

type ResponseResults

type ResponseResults struct {
	Data ResultsData `json:"data"`
}

type Result

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

type ResultDataResults

type ResultDataResults struct {
	MapData []ResultMapDatum `json:"map_data"`
}

type ResultMapDatum

type ResultMapDatum struct {
	AcceptTime      string `json:"accept_time"`
	ActivityID      string `json:"activity_id"`
	ActivityType    string `json:"activity_type"`
	AdzoneID        int64  `json:"adzone_id"`
	AdzoneName      string `json:"adzone_name"`
	BindTime        string `json:"bind_time"`
	BizDate         string `json:"biz_date"`
	BuyTime         string `json:"buy_time"`
	MemberID        int64  `json:"member_id"`
	Mobile          string `json:"mobile"`
	OrderTkType     int64  `json:"order_tk_type"`
	RegisterTime    string `json:"register_time"`
	SiteID          int64  `json:"site_id"`
	SiteName        string `json:"site_name"`
	Status          int64  `json:"status"`
	TBTradeParentID int64  `json:"tb_trade_parent_id"`
	UnionID         string `json:"union_id"`
}

type ResultsData

type ResultsData struct {
	HasNext  bool              `json:"has_next"`
	PageNo   int64             `json:"page_no"`
	PageSize int64             `json:"page_size"`
	Results  ResultDataResults `json:"results"`
}

Jump to

Keyboard shortcuts

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