master
LMR 1 year ago
parent 5b9b199ce4
commit 7b07b5a141

@ -137,6 +137,12 @@ class infofix extends CI_Controller
$newStr = $keyArr[2];
$is_id = $keyArr[3];
// 容错2
if (empty($ic_id) || empty($is_id) || empty($newStr) || empty($oldStr)) {
echo json_encode(array());
return false;
}
// ic_content
$ic = $this->infoContents_model->get_ic_contents2($ic_id);
if (!empty($ic)) {

Loading…
Cancel
Save