Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CancelResult ¶
type CancelResult struct { // true:取消成功 false 取消失败 Success bool `json:"success"` }
type LogisticsCancelOrderData ¶
type LogisticsCancelOrderData struct { // 取消状态 CancelResult *CancelResult `json:"cancel_result"` }
type LogisticsCancelOrderResponse ¶
type LogisticsCancelOrderResponse struct { doudian_sdk.BaseDoudianOpApiResponse Data *LogisticsCancelOrderData `json:"data"` }
Click to show internal directories.
Click to hide internal directories.