增加测试代码

hotfix/paypal-note
Jimmy Liow 2 years ago
parent f210010de3
commit 9c501dc6cc

@ -980,6 +980,12 @@ class Information extends CI_Controller
file_put_contents($html_path, $template, LOCK_EX);
}
public function test_feedback()
{
$feedback_newest = $this->Feedback_model->get_feedback_newest();
var_dump($feedback_newest);
}
public function make_www_cache_gh($device, $information, $recommand_information)
{
$data = array();

Loading…
Cancel
Save