yingzi 2 years ago
parent
commit
008b0fdaf2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Controller/Common/Test.Class.php

+ 2 - 2
Controller/Common/Test.Class.php

@@ -2624,13 +2624,13 @@ ALTER TABLE `www.qianniao.vip`.`qianniao_staff_1` MODIFY COLUMN `userCenterId` i
     public function webstock()
     {
         $swooleServerConfigData = Factory::config()->getAppoint('swooleServer', 'order');
-        
+        var_dump($swooleServerConfigData);
 
         
         
         if (empty($swooleServerConfigData)) {
             echo('swoole服务端链接信息配置项错误');
-//            exit();
+            exit();
         }
         $swooleServerConfigData = array(
             "host"=>"0.0.0.0",