lizhen_gitee hai 4 meses
pai
achega
b585998c06
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      thinkphp/helper.php

+ 1 - 1
thinkphp/helper.php

@@ -153,7 +153,7 @@ if (!function_exists('input_post')) {
      */
     function input_post($key = '', $default = null, $filter = '')
     {
-        return Request::instance()->request($key, $default, $filter);
+        return Request::instance()->param($key, $default, $filter);
     }
 }