order_batchSensitive_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 {
	// 0
	ErrCode int64 `json:"err_code"`
	// ""
	ErrMsg string `json:"err_msg"`
}

type DecryptInfosItem

type DecryptInfosItem struct {
	// 业务标识,value为抖音订单号
	AuthId string `json:"auth_id"`
	// 密文
	CipherText string `json:"cipher_text"`
	// 13*******64
	DecryptText string `json:"decrypt_text"`
	// 0
	ErrNo int64 `json:"err_no"`
	// ""
	ErrMsg string `json:"err_msg"`
}

type OrderBatchSensitiveData

type OrderBatchSensitiveData struct {
	// 脱敏信息列表
	DecryptInfos []DecryptInfosItem `json:"decrypt_infos"`
	// 业务错误
	CustomErr *CustomErr `json:"custom_err"`
}

type OrderBatchSensitiveResponse

type OrderBatchSensitiveResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *OrderBatchSensitiveData `json:"data"`
}

Jump to

Keyboard shortcuts

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