zuoyang@infocq.com 4 anos atrás
pai
commit
ce6cfbe7da
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      app/admin/controller/Core.php

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

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