master
LMR 10 months ago
parent 101450ae52
commit 4cf7db8c78

@ -236,7 +236,7 @@ class infofix extends CI_Controller
function list_use_hb($site)
{
$rs = $this->infoContents_model->list_use_hb($site);
return $rs;
return json_encode($rs);
}
}

Loading…
Cancel
Save