the_bug 4 tháng trước cách đây
mục cha
commit
04a0f7bffd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      config/autoload/server.php

+ 1 - 1
config/autoload/server.php

@@ -20,7 +20,7 @@ return [
             'name' => 'jsonrpc-http',
             'type' => Server::SERVER_HTTP,
             'host' => '0.0.0.0',
-            'port' => 9509,
+            'port' => 9505,
             'sock_type' => SWOOLE_SOCK_TCP,
             'callbacks' => [
                 Event::ON_REQUEST => [Hyperf\JsonRpc\HttpServer::class, 'onRequest'],