@ -195,11 +195,13 @@ class infofix extends CI_Controller
{
$ic = $this->infoContents_model->get_ic_contents2($ic_id);
$json = $this->infoMetas_model->get($ic_id, 'AMP_JSON');
$use = $this->infoMetas_model->get($ic_id, 'AMP_BODY_PC_STATUS');
if ($ic) {
echo json_encode(
array(
'state' => 0,
'ic_content' => $ic->ic_content,
'pc_use' => $use,
'json' => $json
)
);