Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Jan 30, 2024
1 parent c267704 commit 9a3d82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/other/easywechat.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $post = $this->request->getParsedBody();
$cookies = $this->request->getCookieParams();
$uploadFiles = $this->request->getUploadedFiles() ?? [];
$server = $this->request->getServerParams();
$body = (string) $this->request->getBody()->getContents();
$body = (string) $this->request->getBody();
$files = [];
/** @var \Imi\Server\Http\Message\UploadedFile $v */
foreach ($uploadFiles as $k => $v) {
Expand Down

0 comments on commit 9a3d82d

Please sign in to comment.