package
Version:
v0.0.0-...-a14fa2b
Opens a new window with list of versions in this module.
Published: Oct 23, 2020
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Check 根据sign和验证码,返回nil表示成功
Send 根据手机号和id生成时间和验证码,并发送后存入数据库
type SMSVerify interface {
OnVerifySucceed(targetID, mobile string)
OnVerifyFailed(targetID, mobile string)
}
SMSVerify -
type SendSmsReply struct {
Message string `json:"Message,omitempty"`
RequestID string `json:"RequestId,omitempty"`
BizID string `json:"BizId,omitempty"`
Code string `json:"Code,omitempty"`
}
SendSmsReply -
Source Files
¶
Click to show internal directories.
Click to hide internal directories.