order_batchSensitive_request

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: 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 {
	// 业务标识,value为抖音订单号
	AuthId string `json:"auth_id"`
	// 密文
	CipherText string `json:"cipher_text"`
}

type OrderBatchSensitiveParam

type OrderBatchSensitiveParam struct {
	// 待脱敏的密文列表,每次调用不超过50条
	CipherInfos []CipherInfosItem `json:"cipher_infos"`
}

type OrderBatchSensitiveRequest

type OrderBatchSensitiveRequest struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *OrderBatchSensitiveParam
}

func New

func (*OrderBatchSensitiveRequest) Execute

func (c *OrderBatchSensitiveRequest) Execute(accessToken *doudian_sdk.AccessToken) (*order_batchSensitive_response.OrderBatchSensitiveResponse, error)

func (*OrderBatchSensitiveRequest) GetParamObject

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

func (*OrderBatchSensitiveRequest) GetParams

func (*OrderBatchSensitiveRequest) GetUrlPath

func (c *OrderBatchSensitiveRequest) GetUrlPath() string

Jump to

Keyboard shortcuts

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