update code

This commit is contained in:
全栈小学生
2023-09-06 14:52:30 +08:00
parent 8f2e36cfa4
commit 36967076d4
1706 changed files with 63614 additions and 17748 deletions

View File

@@ -13,6 +13,7 @@ namespace app\adminapi\controller\stat;
use app\service\admin\stat\StatService;
use core\base\BaseAdminController;
use think\Response;
/**
* 统计数据
@@ -23,7 +24,7 @@ class Stat extends BaseAdminController
{
/**
* 首页数据
* @return \think\Response
* @return Response
*/
public function index()
{