xieruidong il y a 2 ans
Parent
commit
db8b51db70
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      vendor/topthink/framework/src/think/Request.php

+ 3 - 1
vendor/topthink/framework/src/think/Request.php

@@ -2169,7 +2169,9 @@ class Request implements ArrayAccess
 
     #[\ReturnTypeWillChange]
     public function offsetSet($name, $value)
-    {}
+    {
+        $this->post[$name]=$value;
+    }
 
     #[\ReturnTypeWillChange]
     public function offsetUnset($name)