From a815265bb69342d6bcacaba1669bc860573c6a65 Mon Sep 17 00:00:00 2001 From: Marat Mashkov Date: Mon, 24 Jul 2023 10:25:32 +0300 Subject: [PATCH] account data demo --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 7706e66..e5801a4 100644 --- a/index.php +++ b/index.php @@ -13,10 +13,10 @@ require_once "src/ClientbaseAPI.php"; //Укажите URL вашей "Клиентской Базы" - $url = 'http://localhost/distr'; + $url = 'http://your-clientbase-domain'; //Укажите токен, который вы создали для работы с API в настройках "Клиентской Базы" - $token = "NqOrqMfcYPdyBaxz5pY8tnDb1pnSUVXe33cex1IAYmV4ofGQ"; + $token = "yourtoken"; //Создаем объект для работы с API $cbAPI = new ClientbaseAPI($url, $token);