From 491b242dd0d233cb769ab26bb6affedee584f491 Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Thu, 26 Mar 2020 18:07:24 +0800 Subject: [PATCH] yes --- 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 131b8e34..c94105c7 100644 --- a/application/controllers/info_amp.php +++ b/application/controllers/info_amp.php @@ -516,9 +516,10 @@ class Info_amp extends CI_Controller $json = $this->input->get_post('json'); $icid = $this->input->get_post('icid'); if ($json && $icid) { + $code = $this->Logs_model->backup_meta($icid, $json, 'AMP_HISTORY'); echo json_encode(array( "succ" => true, - "info" => $this->Logs_model->backup_meta($icid, $json, 'AMP_HISTORY') + "info" => $this->Logs_model->pick_backup_meta($code) )); } else { echo json_encode(array(