增加推荐广告测试

hotfix/paypal-note
Jimmy Liow 2 years ago
parent 2c695b0854
commit 66363004e1

@ -983,6 +983,13 @@ class Information extends CI_Controller
file_put_contents($html_path, $template, LOCK_EX);
}
public function test_recommand()
{
$information = $this->Information_model->Detail('278001480');
$recommand_information = $this->recommand_information($information);
var_dump($recommand_information);
}
public function test_feedback()
{
$feedback_newest = $this->Feedback_model->test_feedback_newest();

Loading…
Cancel
Save