This commit is contained in:
邹宗楠
2022-12-05 17:10:30 +08:00
parent 5f3152a95b
commit 0858152b8b
3 changed files with 2 additions and 3 deletions

View File

@@ -44,7 +44,6 @@ 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)