From a98cb041cb02fafdf97adb9436336a581c5de65a Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Mon, 18 Aug 2025 14:53:48 +0300 Subject: [PATCH] =?utf8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B0=20=D0=BB?= =?utf8?q?=D0=BE=D0=B3=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/api2/controllers/DataController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/erp24/api2/controllers/DataController.php b/erp24/api2/controllers/DataController.php index 4f3b767a..9176df3b 100644 --- a/erp24/api2/controllers/DataController.php +++ b/erp24/api2/controllers/DataController.php @@ -298,7 +298,8 @@ class DataController extends BaseController $mess['line'][] = __LINE__; LogService::apiDataLogs(1, json_encode($mess, JSON_UNESCAPED_UNICODE), $jsonId); - Yii::error('Логи запроса ' . $jsonId . ' ' . json_encode($mess, JSON_UNESCAPED_UNICODE)); + LogService::apiDataLogs(1, json_encode($json, JSON_UNESCAPED_UNICODE), $jsonId); + } return $this->asJson(json_decode($json, true)); -- 2.39.5