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