Documentation
¶
Index ¶
- type CipherInfosItem
- type OrderBatchDecryptParam
- type OrderBatchDecryptRequest
- func (c *OrderBatchDecryptRequest) Execute(accessToken *doudian_sdk.AccessToken) (*order_batchDecrypt_response.OrderBatchDecryptResponse, error)
- func (c *OrderBatchDecryptRequest) GetParamObject() interface{}
- func (c *OrderBatchDecryptRequest) GetParams() *OrderBatchDecryptParam
- func (c *OrderBatchDecryptRequest) GetUrlPath() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CipherInfosItem ¶
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 New() *OrderBatchDecryptRequest
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 (c *OrderBatchDecryptRequest) GetParams() *OrderBatchDecryptParam
func (*OrderBatchDecryptRequest) GetUrlPath ¶
func (c *OrderBatchDecryptRequest) GetUrlPath() string
Click to show internal directories.
Click to hide internal directories.