摘要: 控制器 app/Controller/IndexController.php <?php namespace App\Controller; use Hyperf\HttpServer\Annotation\AutoController; use Hyperf\HttpServer\Contract 阅读全文
posted @ 2021-09-16 20:53 胡勇健 阅读(558) 评论(0) 推荐(0)
摘要: 控制器 app/Controller/SiteController.php <?php declare(strict_types=1); namespace App\Controller; use Hyperf\HttpServer\Contract\RequestInterface; use Hy 阅读全文
posted @ 2021-09-16 17:44 胡勇健 阅读(162) 评论(0) 推荐(0)
摘要: 控制器 app/Controller/IndexController.php <?php namespace App\Controller; use Hyperf\HttpServer\Annotation\AutoController; class IndexController { public 阅读全文
posted @ 2021-09-16 16:14 胡勇健 阅读(226) 评论(0) 推荐(0)