emailmmssms

package
v1.1.8 Latest Latest
Warning

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

Go to latest
Published: May 31, 2020 License: GPL-3.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API struct{}

API emailsms

func (API) Send

func (API) Send(c *gin.Context)

Send /api/email-mms-sms/send @Summary Send email to phone number @Description Send free MMS/SMS to phone number online. @Tags MMS-SMS @Accept json @Produce json,xml @Param "" body Request true "Request JSON" @Success 200 {object} data.APIResponse @Failure 400 {object} data.APIResponse @Failure 429 {object} data.APIResponse @Failure 503 {object} data.APIResponse @Router /api/email-mms-sms/send [post]

type Request

type Request struct {
	ToNumber string `json:"toNumber" xml:"toNumber" form:"toNumber"`
	Carrier  string `json:"carrier" xml:"carrier" form:"carrier"`
	Subject  string `json:"subject" xml:"subject" form:"subject"`
	Content  string `json:"content" xml:"content" form:"content"`
}

Request for /api/email-mms-sms/send

Jump to

Keyboard shortcuts

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