Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CouponQueryLocalListByDateRequest ¶
type CouponQueryLocalListByDateRequest struct { /** * 日期 */ Date string `json:"date"` /** * 查询起始位置,从0开始,最大不超过999 */ Offset int32 `json:"offset"` /** * 查询条数,最大不超过999 */ Limit int32 `json:"limit"` }
func (*CouponQueryLocalListByDateRequest) DoInvoke ¶
func (req *CouponQueryLocalListByDateRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*CouponQueryLocalListByDateResponse, error)
type CouponQueryLocalListByDateResponse ¶
type CouponQueryLocalListByDateResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data CouponQueryLocalListByDateData `json:"data"` TraceId string `json:"traceId"` }
func (*CouponQueryLocalListByDateResponse) IsSuccess ¶
func (response *CouponQueryLocalListByDateResponse) IsSuccess() bool
type EOrders ¶
type EOrders struct { /** * couponCodes中券码个数 */ Count string `json:"count"` /** * 券码数组 */ CouponCodes []int64 `json:"couponCodes"` /** * 验券时间 */ CouponUseTime string `json:"couponUseTime"` /** * 项目名称 */ DealTitle string `json:"dealTitle"` /** * 第三方ERP订单号 */ EOrderId string `json:"eOrderId"` IsVerifyPay int64 `json:"isVerifyPay"` }
Click to show internal directories.
Click to hide internal directories.