types

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 11, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetExpressRequest

type GetExpressRequest struct {
	ExpNo  string // 快递单号
	CoCode string // 公司编号
	TelNo  string // 电话号码
}

GetExpressRequest 查询快递请求

type GetExpressResponse

type GetExpressResponse struct {
	Traces []*Trace // 物流轨迹
}

GetExpressResponse 查询快递响应

type Trace

type Trace struct {
	Time string // 时间
	Desc string // 描述
}

Trace 物流轨迹

Jump to

Keyboard shortcuts

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