tongshanglei hace 2 años
padre
commit
b26a71e36c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/common.php

+ 1 - 1
app/common.php

@@ -1498,7 +1498,7 @@ use think\facade\Cache;
     function pushDataToRedisList($data)
     {
         $redis=Cache::store('redis')->handler();
-        $redis->rpush('ningbo_fangdao_sync_data', json_encode($data));
+        $redis->rpush('ningbo_fangdao_sync_data', json_encode($data,JSON_UNESCAPED_UNICODE));
     }