Closed toplan closed 7 years ago
https://github.com/toplan/laravel-sms/blob/master/src/Toplan/LaravelSms/validations.php#L16
当用户未点击发送短信按钮时,直接点击提交,这个时候因为没有存储状态到session/cache,那么这里获取attempts肯定会报异常。
attempts
https://github.com/toplan/laravel-sms/blob/master/src/Toplan/LaravelSms/validations.php#L16