소스 검색

业务逻辑提交

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 '你好!';
     }
 }