v1

package
v0.9.23 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 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 CommonSendEmailReq

type CommonSendEmailReq struct {
	g.Meta `path:"/email-code" tags:"common" method:"post" summary:"发送邮件验证码接口"`
	model.CommonSendEmailReq
}

发送邮件验证码接口请求参数

type CommonSendEmailRes

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

发送邮件验证码接口响应参数

type CommonSendSmsReq

type CommonSendSmsReq struct {
	g.Meta `path:"/sms-code" tags:"common" method:"post" summary:"发送短信验证码接口"`
	model.CommonSendSmsReq
}

发送短信验证码接口请求参数

type CommonSendSmsRes

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

发送短信验证码接口响应参数

Jump to

Keyboard shortcuts

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