599259501

Results 2 comments of 599259501

> 不支持 client 的目录指定,目前只能指定 rpc 服务的目录,client 会放在 rpc 服务目录下 > > > The directory of the client is not supported, currently you can only specify the directory of the rpc...

` public function GetZkNodeData($svrIp, $path, &$msg){ $zc = self::GetZkClient($svrIp, $msg); if (is_null($zc)){ return ""; } if (($data = $zc->get($path)) !== false){ return $data; } $msg = "err!"; return ""; }...