改名
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user