wugg 2 years ago
parent
commit
24906ae743
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/admin/controller/Stat.php

+ 2 - 1
app/admin/controller/Stat.php

@@ -11,6 +11,7 @@ class Stat extends BaseController{
 
 	public function stats(){
 		 $data=Cache::get("statContent");
-		 var_dump($data);
+
+		 return app_show(0,"获取成功",$data);
 	}
 }