zuoyang@infocq.com 4 years ago
parent
commit
568f4ea58c
1 changed files with 1 additions and 1 deletions
  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 '你好!你好!~';
     }
 }