|
|
|
|
@ -613,7 +613,6 @@ class UserController extends CommonController
|
|
|
|
|
if ($list->isNotEmpty()) {
|
|
|
|
|
return $this->success($list);
|
|
|
|
|
}
|
|
|
|
|
dd($list->isNotEmpty());
|
|
|
|
|
$key = 'sms_login_' . $all['mobile'];
|
|
|
|
|
$check = Cache::get($key);
|
|
|
|
|
if (isset($check) && time() - $check['time'] <= 60) {
|
|
|
|
|
|