改名
This commit is contained in:
@@ -56,7 +56,7 @@ use ReflectionException;
|
|||||||
{
|
{
|
||||||
$content = current(swoole_get_local_ip());
|
$content = current(swoole_get_local_ip());
|
||||||
return [
|
return [
|
||||||
"id" => "rpc.json.{$this->method}." . md5(__DIR__),
|
"id" => "rpc.json.{$this->method}." . md5(__DIR__) . '.' . md5($content),
|
||||||
"name" => $this->method,
|
"name" => $this->method,
|
||||||
"address" => $content,
|
"address" => $content,
|
||||||
"port" => 9526,
|
"port" => 9526,
|
||||||
|
|||||||
Reference in New Issue
Block a user