Api.php 145 B

12345678910111213141516
  1. <?php
  2. namespace app\common\controller;
  3. use think\controller\Rest;
  4. class Api extends Rest
  5. {
  6. public function _initialize()
  7. {
  8. }
  9. }