作者 wangzhi

k

... ... @@ -534,10 +534,10 @@ class Backend extends Controller
$time = time();
$times = $ret['createtime'] + 60 * 10;
if ($time > $times) {
$this->error(__('验证码已失效'));
$this->error(__('短信验证码已失效'));
}
if (!$ret) {
$this->error(__('验证码不正确'));
$this->error(__('短信验证码错误'));
}
}
... ...