Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrderBatchSearchIndexData ¶
type OrderBatchSearchIndexData struct { // 明文转化为索引穿列表 PlainToEncryptIndexList []PlainToEncryptIndexListItem `json:"plain_to_encrypt_index_list"` // 业务错误 CustomErr *CustomErr `json:"custom_err"` }
type OrderBatchSearchIndexResponse ¶
type OrderBatchSearchIndexResponse struct { doudian_sdk.BaseDoudianOpApiResponse Data *OrderBatchSearchIndexData `json:"data"` }
Click to show internal directories.
Click to hide internal directories.