Files
Xinyue-Search/app/admin/controller/Index.php
T
2024-04-04 21:28:09 +08:00

15 lines
183 B
PHP

<?php
namespace app\admin\controller;
use app\admin\QfShop;
use think\facade\Config;
use think\facade\Cache;
use think\facade\Db;
use util\Time;
class Index extends QfShop
{
}