mirror of
https://github.com/PGYER/codefever.git
synced 2026-05-07 05:57:30 +08:00
@@ -75,7 +75,7 @@ class Response
|
||||
];
|
||||
}
|
||||
|
||||
$content = json_encode($jsonData);
|
||||
$content = json_encode($jsonData, JSON_INVALID_UTF8_SUBSTITUTE);
|
||||
} else {
|
||||
// binary output
|
||||
header('Content-Type: application/octet-stream');
|
||||
|
||||
Reference in New Issue
Block a user