v1

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GenerateSecretKeyReq

type GenerateSecretKeyReq struct {
	g.Meta `path:"/generate_secret_key" tags:"vip" method:"get" summary:"生成密钥接口"`
}

生成密钥接口请求参数

type GenerateSecretKeyRes

type GenerateSecretKeyRes struct {
	g.Meta    `mime:"application/json" example:"json"`
	SecretKey string `json:"secret_key"`
}

生成密钥接口响应参数

type InviteFriendsReq

type InviteFriendsReq struct {
	g.Meta `path:"/friends" tags:"vip" method:"get" summary:"邀请好友接口"`
}

邀请好友接口请求参数

type InviteFriendsRes

type InviteFriendsRes struct {
	g.Meta `mime:"application/json" example:"json"`
	*model.InviteFriendsRes
}

邀请好友接口响应参数

type InviteRegReq

type InviteRegReq struct {
	g.Meta `path:"/" tags:"vip" method:"get" summary:"邀请注册接口"`
	Code   string `json:"code"`
}

邀请注册接口请求参数

type InviteRegRes

type InviteRegRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

邀请注册接口响应参数

type VipInfoReq

type VipInfoReq struct {
	g.Meta `path:"/info" tags:"vip" method:"get" summary:"会员信息接口"`
}

会员信息接口请求参数

type VipInfoRes

type VipInfoRes struct {
	g.Meta `mime:"application/json" example:"json"`
	*model.VipInfo
}

会员信息接口响应参数

type VipsReq

type VipsReq struct {
	g.Meta `path:"/vips" tags:"vip" method:"get" summary:"会员权益接口"`
}

会员权益接口请求参数

type VipsRes

type VipsRes struct {
	g.Meta `mime:"application/json" example:"json"`
	*model.VipsRes
}

会员权益接口响应参数

Jump to

Keyboard shortcuts

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