вывод аентства в таблицу агентов

This commit is contained in:
developer 2026-04-01 08:20:27 +08:00
parent cb63002063
commit 2b339d6da8

View File

@ -85,6 +85,7 @@ public function send()
$result = file_get_contents($this->getUrl(), false, $context);
$result = json_decode($result, $associative = true);
$this->resultData = $result;
dd($result);
if (is_array($this->resultData) && array_key_exists('result', $result))
{
return true;