|
...
|
...
|
@@ -46,7 +46,7 @@ class Validate |
|
|
|
try {
|
|
|
|
$res = HttpUtils::get('https://fob.ai.cc/api/check_phone', ['phone' => $email]);
|
|
|
|
$res = Arr::s2a($res);
|
|
|
|
$status = $res['data']['status'] ?? 0;
|
|
|
|
$status = $res['data']['valid_status'] ?? 0;
|
|
|
|
} catch (\Exception | GuzzleException $e) {
|
|
|
|
$status = 0;
|
|
|
|
}
|
...
|
...
|
|