order_batchEncrypt_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 EncryptInfosItem

type EncryptInfosItem struct {
	// 鉴权id
	AuthId string `json:"auth_id"`
	// 密文
	CipherText string `json:"cipher_text"`
	// 明文
	DecryptText string `json:"decrypt_text"`
	// 错误码
	ErrNo int64 `json:"err_no"`
	// 错误描述
	ErrMsg string `json:"err_msg"`
}

type OrderBatchEncryptData

type OrderBatchEncryptData struct {
	// 加密之后的数据
	EncryptInfos []EncryptInfosItem `json:"encrypt_infos"`
	// 业务错误
	CustomErr *CustomErr `json:"custom_err"`
}

type OrderBatchEncryptResponse

type OrderBatchEncryptResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *OrderBatchEncryptData `json:"data"`
}

Jump to

Keyboard shortcuts

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