From 32a9e0474d5d147b55ad1dacd90302e7a1dcb584 Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Tue, 8 Jan 2019 18:59:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=9B=BE=E7=89=87=E5=A4=84?= =?UTF-8?q?=E7=90=865?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/info_amp.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/controllers/info_amp.php b/application/controllers/info_amp.php index a46dc9db..7fe8ca5f 100644 --- a/application/controllers/info_amp.php +++ b/application/controllers/info_amp.php @@ -478,7 +478,8 @@ class Info_amp extends CI_Controller } else { echo(json_encode(array( 'status' => 'error', - 'html' => $command.' > '.$html_parh + 'html' => $command.' > '.$html_parh, + 'rs' => print_r($rs, true) ))); return; }