Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncEstimateArrivalTimeRequest ¶
type SyncEstimateArrivalTimeRequest struct { /** * 订单号(同订单展示ID) */ OrderId int64 `json:"orderId"` /** * 订单预计送达时间,为10位秒级时间戳 */ EstimateArrivalTime string `json:"estimateArrivalTime"` }
func (*SyncEstimateArrivalTimeRequest) DoInvoke ¶
func (req *SyncEstimateArrivalTimeRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*SyncEstimateArrivalTimeResponse, error)
type SyncEstimateArrivalTimeResponse ¶
type SyncEstimateArrivalTimeResponse struct { Code string `json:"code"` Msg string `json:"msg"` /** * 返回成功或失败。 如果非自配送订单,且非医药类订单,则直接返回失败。 */ Data string `json:"data"` TraceId string `json:"traceId"` }
func (*SyncEstimateArrivalTimeResponse) IsSuccess ¶
func (response *SyncEstimateArrivalTimeResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.