orderfullfillnotice

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 OrderFullFillNoticeRequest

type OrderFullFillNoticeRequest struct {
	/**
	 *  美团平台订单id
	 */
	OrderId int64 `json:"orderId"`
	/**
	 *  请求时间戳
	 */
	Timestamp int64 `json:"timestamp"`
	/**
	 *  商户订单号
	 */
	VendorOrderId string `json:"vendorOrderId"`
	/**
	 *  订单履约动作类型: START_MAKING(1, "预约单开始制作(进入到制作中)"), 实时单接单后就直接进入制作中 MAKE_COMPLETE(2, "制作完成(进入到待取餐)");
	 */
	OrderFulFillActionType int32 `json:"orderFulFillActionType"`
	/**
	 *  操作者Id
	 */
	OperatorId string `json:"operatorId"`
	/**
	 *  操作者名称
	 */
	OperatorName string `json:"operatorName"`
	/**
	 *  处理时间
	 */
	HandleTime int64 `json:"handleTime"`
	/**
	 *  业务类型 10-MOP
	 */
	BizType int32 `json:"bizType"`
}

func (*OrderFullFillNoticeRequest) DoInvoke

type OrderFullFillNoticeResponse

type OrderFullFillNoticeResponse struct {
	Code    string `json:"code"`
	Msg     string `json:"msg"`
	TraceId string `json:"traceId"`
}

func (*OrderFullFillNoticeResponse) IsSuccess

func (response *OrderFullFillNoticeResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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