改名
This commit is contained in:
@@ -29,6 +29,7 @@ class Parse
|
|||||||
if (str_contains($contentType, 'serialize')) {
|
if (str_contains($contentType, 'serialize')) {
|
||||||
return unserialize($content);
|
return unserialize($content);
|
||||||
}
|
}
|
||||||
|
echo $content;
|
||||||
return json_encode(urldecode($content), true);
|
return json_encode(urldecode($content), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user