Index.php 137 B

1234567891011
  1. <?php
  2. namespace app\txx\controller;
  3. class Index extends \app\BaseController{
  4. public function index(){
  5. return "欢迎使用";
  6. }
  7. }