From ff1680798044581b8b090d6793237aca1ef75ac4 Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Tue, 28 May 2024 15:51:59 +0800 Subject: [PATCH] test amp_json --- application/controllers/infofix.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/application/controllers/infofix.php b/application/controllers/infofix.php index df6dfaf2..1fa5b49e 100644 --- a/application/controllers/infofix.php +++ b/application/controllers/infofix.php @@ -110,12 +110,10 @@ class infofix extends CI_Controller } $info->ic_content = $key_with_content; - unset($info->amp_json); - unset($info->amp_body); + // unset($info->amp_json); + // unset($info->amp_body); } - echo json_encode($rs); - } function update_info_by_keys()