Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WmoperngOrderListRequest ¶
type WmoperngOrderListRequest struct { /** * 日期不包含时分秒,格式为yyyyMMdd */ DayInt int32 `json:"dayInt"` /** * 订单状态 -1代表全部 2代表新订单 4 代表已确认订单 8订单完成 9 订单取消 */ OrderStatus int32 `json:"orderStatus"` /** * 页码 */ PageNo int32 `json:"pageNo"` /** * 分页条数 ,最大20 */ PageSize int32 `json:"pageSize"` }
func (*WmoperngOrderListRequest) DoInvoke ¶
func (req *WmoperngOrderListRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*WmoperngOrderListResponse, error)
type WmoperngOrderListResponse ¶
type WmoperngOrderListResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data Data `json:"data"` TraceId string `json:"traceId"` }
func (*WmoperngOrderListResponse) IsSuccess ¶
func (response *WmoperngOrderListResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.