logistics_queryPackageRoute_request

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogisticsQueryPackageRouteParam

type LogisticsQueryPackageRouteParam struct {
	// 运单号
	TrackNo string `json:"track_no"`
	// 物流公司
	Express string `json:"express"`
	// 收件人
	Receiver *Receiver `json:"receiver"`
	// 寄件人
	Sender *Sender `json:"sender"`
}

type LogisticsQueryPackageRouteRequest

type LogisticsQueryPackageRouteRequest struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *LogisticsQueryPackageRouteParam
}

func (*LogisticsQueryPackageRouteRequest) Execute

func (c *LogisticsQueryPackageRouteRequest) Execute(accessToken *doudian_sdk.AccessToken) (*logistics_queryPackageRoute_response.LogisticsQueryPackageRouteResponse, error)

func (*LogisticsQueryPackageRouteRequest) GetParamObject

func (c *LogisticsQueryPackageRouteRequest) GetParamObject() interface{}

func (*LogisticsQueryPackageRouteRequest) GetParams

func (*LogisticsQueryPackageRouteRequest) GetUrlPath

func (c *LogisticsQueryPackageRouteRequest) GetUrlPath() string

type Receiver

type Receiver struct {
	// 收件人姓名
	Name string `json:"name"`
	// 手机号
	Phone *string `json:"phone"`
	// 手机号
	Mobile *string `json:"mobile"`
	// 邮箱
	Email *string `json:"email"`
	// 虚拟手机号
	VirtualMobile *string `json:"virtual_mobile"`
}

type Sender

type Sender struct {
	// 寄件人姓名
	Name string `json:"name"`
	// 手机号
	Phone *string `json:"phone"`
	// 手机号
	Mobile *string `json:"mobile"`
	// 邮箱
	Email *string `json:"email"`
	// 虚拟手机号
	VirtualMobile *string `json:"virtual_mobile"`
}

Jump to

Keyboard shortcuts

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