Revert "改名"
This reverts commit fdf58326
This commit is contained in:
@@ -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)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user