Documentation ¶
Overview ¶
Copyright 2019-2020 Axetroy. All rights reserved. MIT license.
Copyright 2019-2020 Axetroy. All rights reserved. MIT license.
Copyright 2019-2020 Axetroy. All rights reserved. MIT license.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Telephone ¶
type Telephone interface { SendRegisterCode(phone string, code string) error // 发送注册验证码 SendAuthCode(phone string, code string) error // 发送身份验证码 SendResetPasswordCode(phone string, code string) error // 发送重置密码验证码 // contains filtered or unexported methods }
邮箱提供这应提供的对象
type Tencent ¶
type Tencent struct { }
func NewTencent ¶
func NewTencent() *Tencent
func (*Tencent) SendRegisterCode ¶
Click to show internal directories.
Click to hide internal directories.