@@ -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()