From: Vladimir Fomichev Date: Mon, 18 Aug 2025 12:16:25 +0000 (+0300) Subject: Логирование джейсона X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=e4fbb7fca83388fea21b9076b79cdc22d7ac89b8;p=erp24_rep%2Fyii-erp24%2F.git Логирование джейсона --- diff --git a/erp24/api2/controllers/DataController.php b/erp24/api2/controllers/DataController.php index 9176df3b..3af1f835 100644 --- a/erp24/api2/controllers/DataController.php +++ b/erp24/api2/controllers/DataController.php @@ -298,7 +298,7 @@ class DataController extends BaseController $mess['line'][] = __LINE__; LogService::apiDataLogs(1, json_encode($mess, JSON_UNESCAPED_UNICODE), $jsonId); - LogService::apiDataLogs(1, json_encode($json, JSON_UNESCAPED_UNICODE), $jsonId); + LogService::apiDataLogs(1, $json, $jsonId); }