Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-04 15:56:37 +08:00
parent 1bb26b4680
commit 9001dd041e
+1 -1
View File
@@ -120,7 +120,7 @@ class RpcManager extends Component
foreach ($this->_rpc as $list) { foreach ($this->_rpc as $list) {
$data = $agent->service->register($list['config']); $data = $agent->service->register($list['config']);
if ($data->getStatusCode() != 200) { if ($data->getStatusCode() != 200) {
exit($data->getBody()); return;
} }
} }
} }