Files
2024-09-14 17:00:49 +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
{
}