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);