Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type H5urlData ¶
type H5urlData struct { /** * 骑手位置 H5 URL。跑腿帮送服务包返回的H5链接中,订单完成8小时后则不再展示骑手位置信息,其他服务包返回的H5链接中,订单完成24小时后则不再展示骑手位置信息;美配会根据访问流量进行时段控制。 */ RiderLocationUrl string `json:"riderLocationUrl"` }
type H5urlRequest ¶
type H5urlRequest struct { /** * 美团配送内部订单id,最长不超过32个字符 */ MtPeisongId string `json:"mt_peisong_id"` }
func (*H5urlRequest) DoInvoke ¶
func (req *H5urlRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*H5urlResponse, error)
type H5urlResponse ¶
type H5urlResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data H5urlData `json:"data"` TraceId string `json:"traceId"` }
func (*H5urlResponse) IsSuccess ¶
func (response *H5urlResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.