Commit b3457471 authored by hj's avatar hj

更新提交

parent 25159658
......@@ -44,7 +44,7 @@ class SysLogService
public function writeLog($content, $logType, $level = 'info')
{
$context = [
'content' => is_array($content) || is_object($content) ? json_encode($content,true) : $content,
'content' => is_array($content) || is_object($content) ? json_encode($content,JSON_UNESCAPED_UNICODE) : $content,
'optime' => microtime(true),
];
......
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