Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrderReportExceptionRequest ¶
type OrderReportExceptionRequest struct { /** * 即配送活动标识,由外部系统生成,不同order_id应对应不同的delivery_id,若因美团系统故障导致发单接口失败,可利用相同的delivery_id重新发单,系统视为同一次配送活动,若更换delivery_id,则系统视为两次独立配送活动。 */ DeliveryId int64 `json:"delivery_id"` /** * 美团配送内部订单id,最长不超过32个字符 */ MtPeisongId string `json:"mt_peisong_id"` }
func (*OrderReportExceptionRequest) DoInvoke ¶
func (req *OrderReportExceptionRequest) DoInvoke(client mtclient.MeituanClient) (*OrderReportExceptionResponse, error)
type OrderReportExceptionResponse ¶
type OrderReportExceptionResponse struct { Code string `json:"code"` Msg string `json:"msg"` TraceId string `json:"traceId"` }
func (*OrderReportExceptionResponse) IsSuccess ¶
func (response *OrderReportExceptionResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.