orderreportexception

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 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

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

Jump to

Keyboard shortcuts

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