1
This commit is contained in:
@@ -44,6 +44,7 @@ func (s *SendVerifyCode) SendCode(mobile string) (string, error) {
|
||||
|
||||
// VerifySecret 检查验证码
|
||||
func (s *SendVerifyCode) VerifySecret(mobile, bizId, code string) (bool, error) {
|
||||
return true, nil
|
||||
result := putils.GetKey(bizId + "_" + mobile)
|
||||
fmt.Println(utils.IsNil(result))
|
||||
fmt.Println(result)
|
||||
|
||||
Reference in New Issue
Block a user