This commit is contained in:
zhujinyong
2021-09-01 09:08:15 +08:00
58 changed files with 413 additions and 265 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ class baseEntry
header("Content-type: application/json");
header("HTTP/1.1 {$this->statusCode[$code]}");
if($data) echo json_encode($data);
if($data) echo json_encode($data, JSON_HEX_TAG);
exit;
}