Versions in this module Expand all Collapse all v1 v1.0.2 Nov 27, 2023 v1.0.0 Nov 7, 2023 Changes in this version + type CipherInfosItem struct + AuthId string + CipherText string + type OrderBatchSensitiveParam struct + CipherInfos []CipherInfosItem + type OrderBatchSensitiveRequest struct + Param *OrderBatchSensitiveParam + func New() *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