Base.php 614 B

123456789101112131415161718
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | A3Mall
  4. // +----------------------------------------------------------------------
  5. // | Copyright (c) 2020 http://www.a3-mall.com All rights reserved.
  6. // +----------------------------------------------------------------------
  7. // | Author: xzncit <158373108@qq.com>
  8. // +----------------------------------------------------------------------
  9. namespace app\admin\controller;
  10. use app\BaseController;
  11. use think\response\Redirect;
  12. use think\Response;
  13. use think\exception\HttpResponseException;
  14. class Base extends BaseController {
  15. }