getdeliverypath

package
v0.0.0-...-905ac7b Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetDeliveryPathData

type GetDeliveryPathData struct {
	/**
	 * 纬度
	 */
	Latitude int64 `json:"latitude"`
	/**
	 * 经度
	 */
	Longitude int64 `json:"longitude"`
	/**
	 * 信息采集时间戳
	 */
	Time int32 `json:"time"`
}

type GetDeliveryPathRequest

type GetDeliveryPathRequest struct {
	/**
	 *  订单ID
	 */
	OrderId int64 `json:"orderId"`
}

func (*GetDeliveryPathRequest) DoInvoke

func (req *GetDeliveryPathRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*GetDeliveryPathResponse, error)

type GetDeliveryPathResponse

type GetDeliveryPathResponse struct {
	Code    string                `json:"code"`
	Msg     string                `json:"msg"`
	Data    []GetDeliveryPathData `json:"data"`
	TraceId string                `json:"traceId"`
}

func (*GetDeliveryPathResponse) IsSuccess

func (response *GetDeliveryPathResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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