From 25727d79c2bcc9951601f826fbf21807a9c3cea1 Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Wed, 28 Aug 2024 08:50:04 +0800 Subject: [PATCH] fix --- application/controllers/infofix.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/controllers/infofix.php b/application/controllers/infofix.php index 6207ffa2..d37dd80f 100644 --- a/application/controllers/infofix.php +++ b/application/controllers/infofix.php @@ -276,9 +276,9 @@ class infofix extends CI_Controller $curl_rs = str_replace(array('', ''), '', $curl_rs); // 强制更新信息内容 $this->infoContents_model->force_update($ic_id, $curl_rs); - echo $curl_rs; + echo $ic_id + ' @ ok @ '; } else { - echo $ic_id + ' @ ' + $post_data; + echo $ic_id + ' @ error @ '; } } }