Documentation ¶
Index ¶
- func BindSendMail(code string, to string) (resp sdk.Response, err error)
- func BindSendSms(code string, to string) (resp sdk.Response, err error)
- func GetBindEmailTemplate() (info model.Notify, err error)
- func GetBindSmsTemplate() (info model.Notify, err error)
- func GetSighInEmailTemplate() (info model.Notify, err error)
- func GetSighInSmsTemplate() (info model.Notify, err error)
- func GetSighUpEmailTemplate() (info model.Notify, err error)
- func GetSighUpSmsTemplate() (info model.Notify, err error)
- func SighInSendMail(code string, to string) (resp sdk.Response, err error)
- func SighInSendSms(code string, to string) (resp sdk.Response, err error)
- func SighUpSendMail(code string, to string) (resp sdk.Response, err error)
- func SighUpSendSms(code string, to string) (resp sdk.Response, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BindSendMail ¶
TODO 绑定(邮箱)
func BindSendSms ¶
TODO 绑定(SMS)
func GetBindSmsTemplate ¶
func GetSighInEmailTemplate ¶
获取登录邮箱验证码模版
func GetSighInSmsTemplate ¶
func GetSighUpEmailTemplate ¶
获取注册邮箱验证码模版
func GetSighUpSmsTemplate ¶
func SighInSendMail ¶
TODO 登录验证码(邮箱)
func SighInSendSms ¶
TODO 登录验证码(SMS)
func SighUpSendMail ¶
TODO 注册验证码(邮箱)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.