测试自动部署是否成功

master
LiaoYijun 2 weeks ago
parent ba7440dde2
commit 28702d6f2b

@ -32,6 +32,7 @@ class Sitemap extends CI_Controller {
} }
public function test() { public function test() {
// 测试自动部署是否成功
$data['index_list'] = $this->Information_model->get_index_list(); $data['index_list'] = $this->Information_model->get_index_list();
echo json_decode($data['index_list']); echo json_decode($data['index_list']);
} }

Loading…
Cancel
Save