mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-08-30 12:45:32 +08:00
修改标签库的方法命名 取消 import标签
This commit is contained in:
@@ -1378,7 +1378,7 @@ class Request
|
||||
*/
|
||||
public function getContent()
|
||||
{
|
||||
if (null === $this->content) {
|
||||
if (is_null($this->content)) {
|
||||
$this->content = file_get_contents('php://input');
|
||||
}
|
||||
return $this->content;
|
||||
|
||||
Reference in New Issue
Block a user