浏览代码

业务逻辑提交

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()
     public function xs()
     {
     {
-        $this->taxi_chauffeur->getChauffeurData();
-        //return '您好!';
+        //$this->taxi_chauffeur->getChauffeurData();
+        return '你好!';
     }
     }
 }
 }