jdunionopenpositioncreate

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 CreateResult

type CreateResult struct {
	Code      int64  `json:"code"`
	Data      Data   `json:"data"`
	Message   string `json:"message"`
	RequestID string `json:"requestId"`
}

CreateResult 具体内容

type Data

type Data struct {
	ResultList map[string]int64 `json:"resultList"`
	SiteID     int64            `json:"siteId"`
	Type       int64            `json:"type"`
	UnionID    int64            `json:"unionId"`
}

type Responce

type Responce struct {
	Code            string `json:"code"`
	CreateResultStr string `json:"createResult"`
	CreateResult    CreateResult
}

Responce 响应结果

type Response

type Response struct {
	response.TopResponse
	Responce Responce `json:"jd_union_open_position_create_responce"`
}

Response jd.union.open.position.create 创建推广位【申请】

func (*Response) WrapResult

func (t *Response) WrapResult(result string)

WrapResult 解析输出结果

Jump to

Keyboard shortcuts

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