Documentation
¶
Index ¶
Constants ¶
View Source
const ( // CloudExpress100 云服务商:快递100 CloudExpress100 = "express100" // URL 接口地址 URL = "https://poll.kuaidi100.com" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Express100 ¶
type Express100 struct {
// contains filtered or unexported fields
}
Express100 快递100客户端
func NewExpress100 ¶
func NewExpress100(appID, secretKey string) (*Express100, error)
NewExpress100 新建快递100客户端
func (*Express100) GetExpress ¶
func (e *Express100) GetExpress(ctx context.Context, req *types.GetExpressRequest) (*types.GetExpressResponse, error)
GetExpress 利用快递100实时快递查询接口获取快递物流信息 https://api.kuaidi100.com/document/5f0ffb5ebc8da837cbd8aefc
Click to show internal directories.
Click to hide internal directories.