master
cody 3 months ago
parent ac7735f3d3
commit 4a201f55ec

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

Loading…
Cancel
Save