order_BatchSearchIndex_request

package
v1.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 25, 2022 License: MulanPSL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OrderBatchSearchIndexParam

type OrderBatchSearchIndexParam struct {
	// 明文列表
	PlainTextList []PlainTextListItem `json:"plain_text_list"`
}

type OrderBatchSearchIndexRequest

type OrderBatchSearchIndexRequest struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *OrderBatchSearchIndexParam
}

func (*OrderBatchSearchIndexRequest) Execute

func (c *OrderBatchSearchIndexRequest) Execute(accessToken *doudian_sdk.AccessToken) (*order_BatchSearchIndex_response.OrderBatchSearchIndexResponse, error)

func (*OrderBatchSearchIndexRequest) GetParamObject

func (c *OrderBatchSearchIndexRequest) GetParamObject() interface{}

func (*OrderBatchSearchIndexRequest) GetParams

func (*OrderBatchSearchIndexRequest) GetUrlPath

func (c *OrderBatchSearchIndexRequest) GetUrlPath() string

type PlainTextListItem

type PlainTextListItem struct {
	// 明文
	PlainText string `json:"plain_text"`
	// 加密类型;1地址加密 2姓名加密 3电话加密
	EncryptType int16 `json:"encrypt_type"`
}

Jump to

Keyboard shortcuts

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