This commit is contained in:
ASUS 2025-10-17 16:00:01 +08:00
parent 70be9f3275
commit 0a77d2a085
1 changed files with 1 additions and 1 deletions

View File

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