Files
shengkao_pachong/app/controller/Index.php
杨志 42118bec62 up
2026-01-22 14:35:17 +08:00

14 lines
184 B
PHP

<?php
namespace app\controller;
use app\BaseController;
class Index extends BaseController
{
public function index()
{
return '一个不知名的小工具';
}
}