Request.php 89 B

12345678
  1. <?php
  2. namespace app;
  3. // 应用请求对象类
  4. class Request extends \think\Request
  5. {
  6. }