logistics_queryPackageRoute_response

package
v1.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 25, 2022 License: MulanPSL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Data

type Data struct {
	// 运单号
	TrackNo string `json:"track_no"`
	// 快递商
	Express string `json:"express"`
	// 轨迹
	TrackRoutes []TrackRoutesItem `json:"track_routes"`
}

type LogisticsQueryPackageRouteData

type LogisticsQueryPackageRouteData struct {
	// 数据
	Data *Data `json:"data"`
}

type LogisticsQueryPackageRouteResponse

type LogisticsQueryPackageRouteResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *LogisticsQueryPackageRouteData `json:"data"`
}

type TrackRoutesItem

type TrackRoutesItem struct {
	// 内容
	Content string `json:"content"`
	// 状态
	State string `json:"state"`
	// 时间
	StateTime int64 `json:"state_time"`
	// code
	Opcode string `json:"opcode"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL