no message

This commit is contained in:
hellcat 2025-06-26 20:47:24 +08:00
parent 604d8dbc86
commit 003c23da13

View File

@ -40,4 +40,9 @@ class Base {
}
public function toJson($aData)
{
return json_encode($aData, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);
}
}