Browse Source

智能门锁-设备实时上报数据接口优化4

master
wanghongjun 2 years ago
parent
commit
2c1f9d2b23
  1. 2
      application/common/SzxfjkSdk/SmartLocks.php

2
application/common/SzxfjkSdk/SmartLocks.php

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

Loading…
Cancel
Save