Index.php 130 B

123456789101112
  1. <?php
  2. namespace app\api\controller;
  3. class Index extends base
  4. {
  5. public function index()
  6. {
  7. echo 'index';
  8. }
  9. }