order_BatchSearchIndex_response

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: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CustomErr

type CustomErr struct {
	// 被风控状态码
	ErrCode int64 `json:"err_code"`
	// 产生索引串被风控返回次信息
	ErrMsg string `json:"err_msg"`
}

type OrderBatchSearchIndexData

type OrderBatchSearchIndexData struct {
	// 明文转化为索引穿列表
	PlainToEncryptIndexList []PlainToEncryptIndexListItem `json:"plain_to_encrypt_index_list"`
	// 业务错误
	CustomErr *CustomErr `json:"custom_err"`
}

type OrderBatchSearchIndexResponse

type OrderBatchSearchIndexResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *OrderBatchSearchIndexData `json:"data"`
}

type PlainToEncryptIndexListItem

type PlainToEncryptIndexListItem struct {
	// 明文
	Plain string `json:"plain"`
	// 索引串
	SearchIndex string `json:"search_index"`
}

Jump to

Keyboard shortcuts

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