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