Browse Source

分支提交

zuoyang@infocq.com 4 years ago
parent
commit
3c86f4d99d
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 '你好~+~';
     }
 }