orderfinish

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 OrderFinishRequest

type OrderFinishRequest struct {
	/**
	 *  美团平台订单id
	 */
	OrderId int64 `json:"orderId"`
	/**
	 *  商户订单号
	 */
	VendorOrderId string `json:"vendorOrderId"`
	/**
	 *  操作者Id
	 */
	OperatorId string `json:"operatorId"`
	/**
	 *  操作者名称
	 */
	OperatorName string `json:"operatorName"`
	/**
	 *  处理时间
	 */
	HandleTime int64 `json:"handleTime"`
	/**
	 *  请求时间戳
	 */
	Timestamp int64 `json:"timestamp"`
	/**
	 *  业务类型 10-MOP
	 */
	BizType int32 `json:"bizType"`
}

func (*OrderFinishRequest) DoInvoke

func (req *OrderFinishRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*OrderFinishResponse, error)

type OrderFinishResponse

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

func (*OrderFinishResponse) IsSuccess

func (response *OrderFinishResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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