增加 List Tips Right 测试

hotfix/paypal-note
Jimmy Liow 2 years ago
parent b9f9a7eace
commit f50b4455e4

@ -985,10 +985,16 @@ class Information extends CI_Controller
public function test_recommand()
{
$information = $this->Information_model->Detail($this->input->get('is_id'));
$recommand_information = $this->recommand_information($information);
var_dump($recommand_information);
$tipsRightList = [];
for ($i=0; $i < 36; $i++) {
$key = 'List Tips Right '.i;
if (array_key_exists($key, $recommand_information)) {
$tipsRightList[] = $recommand_information[$key];
}
}
var_dump($tipsRightList);
}
public function test_feedback()

Loading…
Cancel
Save