yingzi hace 2 años
padre
commit
008b0fdaf2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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",