createfansgroup

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 CreateFansGroup

type CreateFansGroup struct {
	/**
	 * 大象群ID 偏移
	 */
	GroupId int64 `json:"groupId"`
	/**
	 * 群名称
	 */
	GroupName string `json:"groupName"`
}

type CreateFansGroupRequest

type CreateFansGroupRequest struct {
	/**
	 *  入群引导语
	 */
	GroupIntro string `json:"groupIntro"`
	/**
	 *  用户入群欢迎语
	 */
	GroupWelcomeMsg  string           `json:"groupWelcomeMsg"`
	GroupEnterCoupon GroupEnterCoupon `json:"groupEnterCoupon"`
}

func (*CreateFansGroupRequest) DoInvoke

func (req *CreateFansGroupRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*CreateFansGroupResponse, error)

type CreateFansGroupResponse

type CreateFansGroupResponse struct {
	Code    string          `json:"code"`
	Msg     string          `json:"msg"`
	Data    CreateFansGroup `json:"data"`
	TraceId string          `json:"traceId"`
}

func (*CreateFansGroupResponse) IsSuccess

func (response *CreateFansGroupResponse) IsSuccess() bool

type GroupEnterCoupon

type GroupEnterCoupon struct {
	/**
	 *  优惠券金额
	 */
	Price int32 `json:"price"`
	/**
	 *  使用门槛
	 */
	LimitPrice int32 `json:"limitPrice"`
	/**
	 *  有效期
	 */
	Validity int32 `json:"validity"`
}

Jump to

Keyboard shortcuts

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