15 lines
183 B
PHP
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
|
|
{
|
|
|
|
}
|