xieruidong %!s(int64=2) %!d(string=hai) anos
pai
achega
db8b51db70
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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)