mirror of
https://gitee.com/niucloud-team/niucloud
synced 2026-08-13 16:05:41 +08:00
update code
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user