刘桂岩 2 年之前
父節點
當前提交
e7eec77326
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/controller/Index.php

+ 2 - 2
app/controller/Index.php

@@ -11,12 +11,12 @@ class Index extends BaseController
 {
 {
     public function index()
     public function index()
     {
     {
-        phpinfo();
+        $this->getPdf('12206060840002');
+//        phpinfo();
     }
     }
 
 
     public function hello($name = 'ThinkPHP6')
     public function hello($name = 'ThinkPHP6')
     {
     {
-        $this->getPdf('12206060840002');
         return 'hello,' . $name;
         return 'hello,' . $name;
     }
     }
     public function getReport()
     public function getReport()