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