From 7c9981c63d4499db132495f90ca64f1a24159961 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Fri, 10 Jan 2020 19:38:20 +0800 Subject: [PATCH] add clear --- common/HttpClient.php | 1 + 1 file changed, 1 insertion(+) diff --git a/common/HttpClient.php b/common/HttpClient.php index 225f061..bf31a2b 100644 --- a/common/HttpClient.php +++ b/common/HttpClient.php @@ -579,6 +579,7 @@ class HttpClient $result['message'] = ''; } else { $result['code'] = $body[$this->errorCodeField] ?? 0; + var_dump(strpos($this->errorMsgField, '.')); if (strpos($this->errorMsgField, '.') !== false) { $parent = []; $explode = explode('.', $this->errorMsgField);