Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrderBatchFetchAbnormalOrderRequest ¶
type OrderBatchFetchAbnormalOrderRequest struct {
Biz string `json:"biz"`
}
func (*OrderBatchFetchAbnormalOrderRequest) DoInvoke ¶
func (req *OrderBatchFetchAbnormalOrderRequest) DoInvoke(client mtclient.MeituanClient) (*OrderBatchFetchAbnormalOrderResponse, error)
type OrderBatchFetchAbnormalOrderResponse ¶
type OrderBatchFetchAbnormalOrderResponse struct { Code string `json:"code"` Msg string `json:"msg"` /** * 异常订单id列表 */ Data []int64 `json:"data"` TraceId string `json:"traceId"` }
func (*OrderBatchFetchAbnormalOrderResponse) IsSuccess ¶
func (response *OrderBatchFetchAbnormalOrderResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.