Documentation ¶
Index ¶
- type OrderBatchSearchIndexParam
- type OrderBatchSearchIndexRequest
- func (c *OrderBatchSearchIndexRequest) Execute(accessToken *doudian_sdk.AccessToken) (*order_BatchSearchIndex_response.OrderBatchSearchIndexResponse, error)
- func (c *OrderBatchSearchIndexRequest) GetParamObject() interface{}
- func (c *OrderBatchSearchIndexRequest) GetParams() *OrderBatchSearchIndexParam
- func (c *OrderBatchSearchIndexRequest) GetUrlPath() string
- type PlainTextListItem
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrderBatchSearchIndexParam ¶
type OrderBatchSearchIndexParam struct { // 明文列表 PlainTextList []PlainTextListItem `json:"plain_text_list"` }
type OrderBatchSearchIndexRequest ¶
type OrderBatchSearchIndexRequest struct { doudian_sdk.BaseDoudianOpApiRequest Param *OrderBatchSearchIndexParam }
func New ¶
func New() *OrderBatchSearchIndexRequest
func (*OrderBatchSearchIndexRequest) Execute ¶
func (c *OrderBatchSearchIndexRequest) Execute(accessToken *doudian_sdk.AccessToken) (*order_BatchSearchIndex_response.OrderBatchSearchIndexResponse, error)
func (*OrderBatchSearchIndexRequest) GetParamObject ¶
func (c *OrderBatchSearchIndexRequest) GetParamObject() interface{}
func (*OrderBatchSearchIndexRequest) GetParams ¶
func (c *OrderBatchSearchIndexRequest) GetParams() *OrderBatchSearchIndexParam
func (*OrderBatchSearchIndexRequest) GetUrlPath ¶
func (c *OrderBatchSearchIndexRequest) GetUrlPath() string
type PlainTextListItem ¶
Click to show internal directories.
Click to hide internal directories.