Documentation ¶
Index ¶
- type CipherInfosItem
- type OrderBatchSensitiveParam
- type OrderBatchSensitiveRequest
- func (c *OrderBatchSensitiveRequest) Execute(accessToken *doudian_sdk.AccessToken) (*order_batchSensitive_response.OrderBatchSensitiveResponse, error)
- func (c *OrderBatchSensitiveRequest) GetParamObject() interface{}
- func (c *OrderBatchSensitiveRequest) GetParams() *OrderBatchSensitiveParam
- func (c *OrderBatchSensitiveRequest) GetUrlPath() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CipherInfosItem ¶
type OrderBatchSensitiveParam ¶
type OrderBatchSensitiveParam struct { // 待脱敏的密文列表,每次调用不超过50条 CipherInfos []CipherInfosItem `json:"cipher_infos"` }
type OrderBatchSensitiveRequest ¶
type OrderBatchSensitiveRequest struct { doudian_sdk.BaseDoudianOpApiRequest Param *OrderBatchSensitiveParam }
func New ¶
func New() *OrderBatchSensitiveRequest
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 (c *OrderBatchSensitiveRequest) GetParams() *OrderBatchSensitiveParam
func (*OrderBatchSensitiveRequest) GetUrlPath ¶
func (c *OrderBatchSensitiveRequest) GetUrlPath() string
Click to show internal directories.
Click to hide internal directories.