remaincoupon

package
v0.0.0-...-905ac7b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL