Sfoglia il codice sorgente

业务逻辑提交

zuoyang@infocq.com 4 anni fa
parent
commit
24b988c0ed
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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 '你好!';
     }
 }