mobile-first
赵鹏 5 years ago
parent 8a2c4b273f
commit 347de9c00d

@ -599,6 +599,7 @@ class webgetbokun extends CI_Controller
$title = str_replace("—","-",$title);
$this->tpBokun_model->ic_title = $title;
$this->tpBokun_model->ic_url_title = $title;
$this->tpBokun_model->ic_seo_title = $title;
$this->tpBokun_model->ic_url = $link;
$this->tpBokun_model->ic_content = $content;
$tempData = json_decode($this->tpBokun_model->addInfo($xmlParent));

Loading…
Cancel
Save