|
@@ -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()
|