fixed wrong encoding

This commit is contained in:
alejandro.campos@artica.es 2022-06-08 18:25:32 +02:00
parent a40efcfee5
commit c48eae6da0
1 changed files with 2 additions and 1 deletions

View File

@ -2077,7 +2077,8 @@ class Client
'status' => $status,
'message' => $msg,
'extra' => $extra,
]
],
JSON_UNESCAPED_UNICODE
);
if ($field_exists === false) {