order_batchDecrypt_request

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2023 License: Apache-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 CipherInfosItem

type CipherInfosItem struct {
	// 订单号
	AuthId string `json:"auth_id"`
	// 待解密值
	CipherText string `json:"cipher_text"`
}

type OrderBatchDecryptParam

type OrderBatchDecryptParam struct {
	// 待解密值集合,最大支持一次解密50条。待解密的密文列表示例,入参结构{"cipher_infos":[{"auth_id”:”订单号”,”cipher_text”:”待解密值”},{“auth_id”:”订单号”,”cipher_text”:”待解密值”}]}
	CipherInfos []CipherInfosItem `json:"cipher_infos"`
	// 服务商账号体系中,商户的账户ID,每个ISV下需要保证唯一,可选格式:独立生成的账户唯一标识
	AccountId *string `json:"account_id"`
	// 商户的账户ID类型;服务商账号中的主-main_account;子账号-sub_account;
	AccountType *string `json:"account_type"`
}

type OrderBatchDecryptRequest

type OrderBatchDecryptRequest struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *OrderBatchDecryptParam
}

func New

func (*OrderBatchDecryptRequest) Execute

func (c *OrderBatchDecryptRequest) Execute(accessToken *doudian_sdk.AccessToken) (*order_batchDecrypt_response.OrderBatchDecryptResponse, error)

func (*OrderBatchDecryptRequest) GetParamObject

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

func (*OrderBatchDecryptRequest) GetParams

func (*OrderBatchDecryptRequest) GetUrlPath

func (c *OrderBatchDecryptRequest) GetUrlPath() string

Jump to

Keyboard shortcuts

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