@ -242,10 +242,12 @@ class Info_amp extends CI_Controller
if (!empty($rs)) {
$newrs = array();
foreach ($rs as $info) {
array_push($newrs, array(
'ic_url' => $info->ic_url,
'ic_id' => $info->ic_id
));
if (!empty($info->ic_content)) {
}
echo json_encode($newrs);
} else {