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