From 17aaec6c2e671db84dd71bf1d2bdc17d7298807c Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Tue, 21 Jan 2025 16:42:58 +0300 Subject: [PATCH] =?utf8?q?=D0=BF=D1=80=D0=B8=D0=B1=D0=B0=D0=B2=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/api1/views/cron/domru-cams.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/api1/views/cron/domru-cams.php b/erp24/api1/views/cron/domru-cams.php index 2d7264ab..7e7280c4 100644 --- a/erp24/api1/views/cron/domru-cams.php +++ b/erp24/api1/views/cron/domru-cams.php @@ -5,7 +5,7 @@ include_once(dirname(__DIR__, 3) . "/inc/db.php"); error_reporting(E_ALL ^ E_NOTICE); -// https://api1.erp.erp-flowers.ru/cron/domru-cams.php?tip=0&token=1CjgpXfgkh1pXV3KR2H57G3VtHCffrp154up1t36&daysCnt=12 +// https://api1.erp.erp-flowers.ru/cron/domru-cams?token=obsoletetokenreplaceit1CjgpXfgkh1pXV3KR2H57G3VtHCffrp154up1t36&daysCnt=12 $data = Yii::$app->db->createCommand("SELECT entity_id, export_val FROM export_import_table WHERE export_id='3' AND entity='city_store'")->queryAll(); -- 2.39.5