yingzi hace 1 año
padre
commit
c199ae0caf
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Controller/Common/Test.Class.php

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

@@ -2634,7 +2634,8 @@ ALTER TABLE `www.qianniao.vip`.`qianniao_staff_1` MODIFY COLUMN `userCenterId` i
         }
         $swooleServerConfigData = array(
             "host"=>"api1.liuniukj.com",
-            "port"=>"9501"
+            "port"=>"9501",
+            "ssl"=>false
         );
         $swooleClient = Factory::swoole($swooleServerConfigData, 'WebsocketClient');