用户端敏感字段加密

This commit is contained in:
2024-12-24 19:42:36 +08:00
parent 7abfde2649
commit 18c670edbf

View File

@@ -298,7 +298,7 @@ class Cors extends ActionFilter
}
private static function aseDecode($data)
{
// return $data;
return $data;
if (is_array($data)) {
foreach ($data as $key => &$value) {
if (is_array($value)) {