Explorar el Código

业务逻辑提交

zuoyang@infocq.com hace 4 años
padre
commit
24b988c0ed
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 '你好!';
     }
 }