This commit is contained in:
2025-10-17 16:00:01 +08:00
parent 70be9f3275
commit 0a77d2a085

View File

@@ -155,7 +155,7 @@ if (!function_exists('saveJson_arr')) {
} }
} }
} }
return $new_arr; return json_encode($new_arr);
} }
} }