Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrInfosItem ¶
type LogisticsWaybillApplyData ¶
type LogisticsWaybillApplyData struct { // 正常返回结构体 WaybillInfos []WaybillInfosItem `json:"waybill_infos"` // 错误返回结构体 ErrInfos []ErrInfosItem `json:"err_infos"` }
type LogisticsWaybillApplyResponse ¶
type LogisticsWaybillApplyResponse struct { doudian_sdk.BaseDoudianOpApiResponse Data *LogisticsWaybillApplyData `json:"data"` }
Click to show internal directories.
Click to hide internal directories.