Browse Source

wip:初始化

wangshan 5 months ago
parent
commit
9b08574c8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      captcha/captcha.go

+ 1 - 1
captcha/captcha.go

@@ -51,7 +51,7 @@ func (c *GetCaptcha) GetCaptchaData() (cd CaptRes, err error) {
 		err = fmt.Errorf("phone param is empty or incorrect")
 		return
 	}
-	var times = phoneCache.GetAccessCount(c.Phone)
+	var times = 0 // phoneCache.GetAccessCount(c.Phone)
 	switch {
 	case times < MiniTimes:
 		return c.GetSlideCaptchaData()