api

package
v0.0.0-...-787453a Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ApiGroupApp = new(ApiGroup)

Functions

This section is empty.

Types

type ApiGroup

type ApiGroup struct {
	EmailApi
}

type EmailApi

type EmailApi struct{}

func (*EmailApi) EmailTest

func (s *EmailApi) EmailTest(c *gin.Context)

@Tags System @Summary 发送测试邮件 @Security ApiKeyAuth @Produce application/json @Success 200 {string} string "{"success":true,"data":{},"msg":"发送成功"}" @Router /email/emailTest [post]

func (*EmailApi) SendEmail

func (s *EmailApi) SendEmail(c *gin.Context)

@Tags System @Summary 发送邮件 @Security ApiKeyAuth @Produce application/json @Param data body email_response.Email true "发送邮件必须的参数" @Success 200 {string} string "{"success":true,"data":{},"msg":"发送成功"}" @Router /email/sendEmail [post]

Jump to

Keyboard shortcuts

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