yingzi 2 年之前
父節點
當前提交
5d73ff8160
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      swoole_server/start.php

+ 1 - 0
swoole_server/start.php

@@ -24,6 +24,7 @@ require_once __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'Mall'
 $serviceName = Factory::request()->param('service');
 $serviceName = Factory::request()->param('service');
 $serviceName = ucfirst($serviceName);
 $serviceName = ucfirst($serviceName);
 $daemonize = intval(Factory::request()->param('daemonize'));
 $daemonize = intval(Factory::request()->param('daemonize'));
+var_dump($daemonize);
 
 
 $serviceConfigPath = __DIR__ . DIRECTORY_SEPARATOR . $serviceName . DIRECTORY_SEPARATOR . 'Config'.DIRECTORY_SEPARATOR.'Config.php';
 $serviceConfigPath = __DIR__ . DIRECTORY_SEPARATOR . $serviceName . DIRECTORY_SEPARATOR . 'Config'.DIRECTORY_SEPARATOR.'Config.php';
 var_dump($serviceConfigPath);
 var_dump($serviceConfigPath);