master
LMR 2 years ago
parent 0b707063c5
commit 757c4f9614

@ -228,7 +228,7 @@ class infofix extends CI_Controller
$ic_id = $this->input->get_post('ic_id');
$ic_content = $this->input->get_post('ic_content');
$rs = $this->infoContents_model->force_update($ic_id, $ic_content);
echo json_encode($rs);
echo json_encode(array('status' => 1));
}
/**

Loading…
Cancel
Save