test meta

master
LMR 1 year ago
parent 91fa4f5c21
commit ae1395684f

@ -174,6 +174,7 @@ class infofix extends CI_Controller
$meta->im_value = str_ireplace($oldStr, $newStr, $meta->im_value);
$this->infoMetas_model->update($is_id, 'AMP_JSON', $meta->im_value);
}
echo json_encode($meta);
// amp_body_pc
$meta = $this->infoMetas_model->get($ic_id, 'AMP_BODY_PC');
@ -183,7 +184,7 @@ class infofix extends CI_Controller
}
echo json_encode($keyArr);
}
}

Loading…
Cancel
Save