|
|
|
|
@ -55,7 +55,7 @@ class Info_amp extends CI_Controller
|
|
|
|
|
}
|
|
|
|
|
$json = $this->InfoMetas_model->get($icid, 'AMP_JSON');
|
|
|
|
|
$status = $this->InfoMetas_model->get($icid, 'AMP_STATUS');
|
|
|
|
|
if ($html) {
|
|
|
|
|
if ($json) {
|
|
|
|
|
echo json_encode(array(
|
|
|
|
|
"succ" => true,
|
|
|
|
|
"icid" => $icid,
|
|
|
|
|
|