Commit 0c7a73ce authored by zazaname's avatar zazaname

调试

parent c0a5ea99
...@@ -37,7 +37,7 @@ function error($msg = 'error', $data = []) ...@@ -37,7 +37,7 @@ function error($msg = 'error', $data = [])
*/ */
function json($data = []) function json($data = [])
{ {
return response()->json($data); return response()->json($data)->setEncodingOptions(JSON_UNESCAPED_UNICODE);
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment