fix amp v3

hotfix/远程访问多媒体中心
lmr@hainatravel.com 7 years ago
parent 68264363d1
commit 38d183a646

@ -21,7 +21,7 @@ class Info_amp extends CI_Controller
$json = $this->input->post('json');
$html = $this->input->post('html');
$status = $this->input->post('status');
if ($icid && $json && $html && $status) {
if ($icid && $json && $html) {
try {
//html
$meta = $this->InfoMetas_model->get($icid, 'AMP');

Loading…
Cancel
Save