用户端敏感字段加密
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user