This commit is contained in:
2021-11-01 18:12:28 +08:00
parent e9e7afb106
commit 820116a19a
+1 -1
View File
@@ -56,7 +56,7 @@ use ReflectionException;
{
$content = current(swoole_get_local_ip());
return [
"id" => "rpc.json.{$this->method}." . md5(__DIR__),
"id" => "rpc.json.{$this->method}." . md5(__DIR__) . '.' . md5($content),
"name" => $this->method,
"address" => $content,
"port" => 9526,