createentercouponactivity

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 CreateEnterCouponActivityRequest

type CreateEnterCouponActivityRequest struct {
	/**
	 *  群ID
	 */
	GroupId int64 `json:"groupId"`
	/**
	 *  优惠券金额 单位元
	 */
	Price int32 `json:"price"`
	/**
	 *  优惠券门槛 单位元
	 */
	LimitPrice int32 `json:"limitPrice"`
	/**
	 *  券有效期
	 */
	Validity int32 `json:"validity"`
}

func (*CreateEnterCouponActivityRequest) DoInvoke

type CreateEnterCouponActivityResponse

type CreateEnterCouponActivityResponse struct {
	Code    string `json:"code"`
	Msg     string `json:"msg"`
	TraceId string `json:"traceId"`
}

func (*CreateEnterCouponActivityResponse) IsSuccess

func (response *CreateEnterCouponActivityResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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