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

type BatchEncryptListItem struct {
	// 明文
	PlainText string `json:"plain_text"`
	// 业务标识,value为抖音订单号;若是三方订单,可用三方订单号作为标识或自定义标识
	AuthId string `json:"auth_id"`
	// 是否支持密文索引
	IsSupportIndex bool `json:"is_support_index"`
	// 加密类型;1地址加密 2姓名加密 3电话加密
	SensitiveType int16 `json:"sensitive_type"`
}

type OrderBatchEncryptParam

type OrderBatchEncryptParam struct {
	// 待加密列表
	BatchEncryptList []BatchEncryptListItem `json:"batch_encrypt_list"`
	// 加密场景:OrderCode代表订单 AftersaleCode代表售后单
	SensitiveScene *string `json:"sensitive_scene"`
}

type OrderBatchEncryptRequest

type OrderBatchEncryptRequest struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *OrderBatchEncryptParam
}

func New

func (*OrderBatchEncryptRequest) Execute

func (c *OrderBatchEncryptRequest) Execute(accessToken *doudian_sdk.AccessToken) (*order_batchEncrypt_response.OrderBatchEncryptResponse, error)

func (*OrderBatchEncryptRequest) GetParamObject

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

func (*OrderBatchEncryptRequest) GetParams

func (*OrderBatchEncryptRequest) GetUrlPath

func (c *OrderBatchEncryptRequest) GetUrlPath() string

Jump to

Keyboard shortcuts

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