* Fix api bug.

This commit is contained in:
songchenxuan
2024-03-11 16:51:43 +08:00
parent d4a5faa5f6
commit d83dcc198c
20 changed files with 71 additions and 53 deletions
+1 -1
View File
@@ -1085,7 +1085,7 @@ class baseControl
{
print(urldecode(json_encode($data)));
$response = helper::removeUTF8Bom(ob_get_clean());
return helper::end($response);
return print($response);
}
/* Zand will use ob_get_clean() to print, so cannot clean so early. */