stanley-king 4 年之前
父節點
當前提交
2665de2ff6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      helper/request_helper.php

+ 1 - 1
helper/request_helper.php

@@ -271,7 +271,7 @@ class request_helper
 //        $formtypes = ['application/x-www-form-urlencoded','text/xml','text/html'];
 
 //        if(empty($content_type) || in_array($content_type,$formtypes)) {
-            self::parse_formurl($squery,$method);
+            self::parse_formurl($content,$method);
 //        }
     }