$httpClient->getStatus()=int(200)
$httpRes=string(221) "{"ip":"62.33.36.6","city":null,"region":null,"country":null,"error":"Превышено количество запросов для IP или Домена","request":-119597,"created":"2020.06.23","timestamp":1592936887}"
$errors=string(221) "{"ip":"62.33.36.6","city":null,"region":null,"country":null,"error":"Превышено количество запросов для IP или Домена","request":-119597,"created":"2020.06.23","timestamp":1592936887}"
Bitrix\Main\Service\GeoIp\Result Object
(
[geoData:protected] => Bitrix\Main\Service\GeoIp\Data Object
(
[ip] => 62.33.36.6
[lang] => en
[countryName] =>
[regionName] =>
[subRegionName] =>
[cityName] =>
[countryCode] =>
[regionCode] =>
[zipCode] =>
[latitude] =>
[longitude] =>
[timezone] =>
[asn] =>
[ispName] =>
[organizationName] =>
[handlerClass] =>
)
[isSuccess:protected] => 1
[errors:protected] => Bitrix\Main\ErrorCollection Object
(
[values:protected] => Array
(
)
)
[data:protected] => Array
(
)
)
$(document).ready(function(){
$(elem).slick({
infinite: false,
slidesToShow: 5,
slidesToScroll: 1
});
});