add clear

This commit is contained in:
as2252258@163.com
2020-01-10 20:00:19 +08:00
parent 93b178e855
commit 6318a796eb
+3 -1
View File
@@ -424,7 +424,6 @@ class HttpClient
} else {
$client->post($url, $data);
}
var_dump($client);
return $client;
}
@@ -604,6 +603,9 @@ class HttpClient
return 'system success.';
}
$explode = explode('.', $this->errorMsgField);
if (!isset($body[$explode[0]])) {
return 'system success.';
}
foreach ($explode as $item) {
if (empty($item)) {
continue;