mirror of
https://github.com/twisterarmy/cloud-server.git
synced 2025-03-13 05:51:46 +00:00
fix unicode support
This commit is contained in:
parent
871b56b79f
commit
9b8f9e0b09
@ -61,7 +61,7 @@ class Curl {
|
||||
}
|
||||
|
||||
if ($method == 'POST' && $postFields) {
|
||||
curl_setopt($this->_curl, CURLOPT_POSTFIELDS, json_encode($postFields));
|
||||
curl_setopt($this->_curl, CURLOPT_POSTFIELDS, json_encode($postFields, JSON_UNESCAPED_UNICODE));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user