Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemainCouponRequest ¶
type RemainCouponRequest struct { /** * 粉丝群Id */ GroupId int64 `json:"groupId"` }
func (*RemainCouponRequest) DoInvoke ¶
func (req *RemainCouponRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*RemainCouponResponse, error)
type RemainCouponResponse ¶
type RemainCouponResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data RemainCouponResult `json:"data"` TraceId string `json:"traceId"` }
func (*RemainCouponResponse) IsSuccess ¶
func (response *RemainCouponResponse) IsSuccess() bool
type RemainCouponResult ¶
type RemainCouponResult struct { /** * 门店当月的剩余发券数量 */ RemainCouponNum int32 `json:"remainCouponNum"` }
Click to show internal directories.
Click to hide internal directories.