Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupbuyOrderLogsRequest ¶
type GroupbuyOrderLogsRequest struct { BookingOrderId string `json:"bookingOrderId"` OpIp string `json:"opIp"` OpPlatform string `json:"opPlatform"` OpUuid string `json:"opUuid"` }
func (*GroupbuyOrderLogsRequest) DoInvoke ¶
func (req *GroupbuyOrderLogsRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*GroupbuyOrderLogsResponse, error)
type GroupbuyOrderLogsResponse ¶
type GroupbuyOrderLogsResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data Data `json:"data"` TraceId string `json:"traceId"` }
func (*GroupbuyOrderLogsResponse) IsSuccess ¶
func (response *GroupbuyOrderLogsResponse) IsSuccess() bool
type LogDetail ¶
type LogDetail struct { OrderId int64 `json:"orderId"` Type int32 `json:"type"` Status int32 `json:"status"` OldStatus int32 `json:"oldStatus"` Describe string `json:"describe"` OperatorSource int32 `json:"operatorSource"` AddTime int64 `json:"addTime"` BookingOrderId string `json:"bookingOrderId"` }
Click to show internal directories.
Click to hide internal directories.