Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncryptInfosItem ¶
type OrderBatchEncryptData ¶
type OrderBatchEncryptData struct { // 加密之后的数据 EncryptInfos []EncryptInfosItem `json:"encrypt_infos"` // 业务错误 CustomErr *CustomErr `json:"custom_err"` }
type OrderBatchEncryptResponse ¶
type OrderBatchEncryptResponse struct { doudian_sdk.BaseDoudianOpApiResponse Data *OrderBatchEncryptData `json:"data"` }
Click to show internal directories.
Click to hide internal directories.