wesmiler 4 лет назад
Родитель
Сommit
d9ba26587d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Helpers/common.php

+ 1 - 1
app/Helpers/common.php

@@ -1091,7 +1091,7 @@ if (!function_exists('message')) {
         } else {
             $result['code'] = $code ? $code : -1;
         }
-        return json_encode($result, 256);
+        return $result;
     }
 }