|
|
@ -69,7 +69,7 @@ class SmartLocks |
|
|
*/ |
|
|
*/ |
|
|
protected static function curlPost($url, array $data) |
|
|
protected static function curlPost($url, array $data) |
|
|
{ |
|
|
{ |
|
|
$dataJson = json_encode($data); |
|
|
$dataJson = json_encode($data,JSON_UNESCAPED_UNICODE); |
|
|
|
|
|
|
|
|
$curl = curl_init(); |
|
|
$curl = curl_init(); |
|
|
|
|
|
|
|
|
|