Browse Source

业务逻辑提交

zuoyang@infocq.com 4 years ago
parent
commit
a0190f1eb3
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 '你好!你好!';
     }
 }