riderlocation

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 RiderLocationData

type RiderLocationData struct {
	/**
	 * 纬度
	 */
	Lat int32 `json:"lat"`
	/**
	 * 经度
	 */
	Lng string `json:"lng"`
}

type RiderLocationRequest

type RiderLocationRequest struct {
	/**
	 * 配送活动标识
	 */
	DeliveryId int64 `json:"delivery_id"`
	/**
	 * 美团配送内部订单 id,最长不超过 32 个字符
	 */
	MtPeisongId string `json:"mt_peisong_id"`
}

func (*RiderLocationRequest) DoInvoke

type RiderLocationResponse

type RiderLocationResponse struct {
	Code    string            `json:"code"`
	Msg     string            `json:"msg"`
	Data    RiderLocationData `json:"data"`
	TraceId string            `json:"traceId"`
}

func (*RiderLocationResponse) IsSuccess

func (response *RiderLocationResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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