@@ -73,7 +73,7 @@ func (c *CaptchaEngine) SendCaptcha(phone string) {
theCap := cap{
Phone: phone,
Captcha: capEngine.Random(6, phone),
- Expire: time.Now().Local().Add(1 * time.Minute),
+ Expire: time.Now().Local().Add(3 * time.Minute),
}
c.capList[phone] = theCap