改名
This commit is contained in:
@@ -79,6 +79,7 @@ class ServerRequest extends Request implements ServerRequestInterface
|
||||
->withParsedBody(function (StreamInterface $stream, ?array $posts) {
|
||||
try {
|
||||
$content = Parse::data($stream->getContents(), $this->getContentType());
|
||||
var_dump($content);
|
||||
if (!empty($content)) {
|
||||
return $content;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user