Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-13 18:50:19 +08:00
parent c6dc34c821
commit 021dcae59b
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -149,7 +149,6 @@ class RpcManager extends Component
foreach ($this->_rpc as $list) {
$agent->service->deregister($list['config']['ID']);
$data = $agent->service->register($list['config']);
var_dump($data);
if ($data->getStatusCode() != 200) {
return;
}