Revert "改名"

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