Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RiderLocationData ¶
type RiderLocationRequest ¶
type RiderLocationRequest struct { /** * 配送活动标识 */ DeliveryId int64 `json:"delivery_id"` /** * 美团配送内部订单 id,最长不超过 32 个字符 */ MtPeisongId string `json:"mt_peisong_id"` }
func (*RiderLocationRequest) DoInvoke ¶
func (req *RiderLocationRequest) DoInvoke(client mtclient.MeituanClient) (*RiderLocationResponse, error)
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
Click to show internal directories.
Click to hide internal directories.