Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-11 14:53:41 +08:00
parent da16b0685d
commit 0d7fd5e356
-1
View File
@@ -31,7 +31,6 @@ class RpcManager extends Component
if ($lists->getStatusCode() != 200) {
return;
}
var_dump($lists->getBody());
$body = json_decode($lists->getBody(), true);
$file = storage('.rpc.clients.' . md5($serviceName), 'rpc');
if (!empty($body) && is_array($body)) {