zuoyang@infocq.com пре 4 година
родитељ
комит
24b988c0ed
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      app/admin/controller/Core.php

+ 2 - 2
app/admin/controller/Core.php

@@ -18,7 +18,7 @@ class Core extends AdminController
 
     public function xs()
     {
-        $this->taxi_chauffeur->getChauffeurData();
-        //return '您好!';
+        //$this->taxi_chauffeur->getChauffeurData();
+        return '你好!';
     }
 }