Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogisticsParams ¶
type LogisticsParams struct { Bid string `json:"bid"` EnableLogistics bool `json:"enable_logistics"` ExpressCompanyName string `json:"express_company_name"` ExpressNumber string `json:"express_number"` Shipper string `json:"shipper"` }
func ParseLogisticsParams ¶
func ParseLogisticsParams(shipInfo string) *LogisticsParams
Click to show internal directories.
Click to hide internal directories.