| 
...
 | 
...
 | 
@@ -283,7 +283,7 @@ class Body { | 
| 
 | 
 | 
             $type = $this->preg_match_type($item);
 | 
| 
 | 
 | 
             if($type){
 | 
| 
 | 
 | 
                 $data['type'] = strtolower($type['type']);
 | 
| 
 | 
 | 
                 $data['type'] = trim(ltrim($data['type'],"content-type:"));
 | 
| 
 | 
 | 
 //                $data['type'] = trim(ltrim($data['type'],"content-type:"));
 | 
| 
 | 
 | 
                 // 编码
 | 
| 
 | 
 | 
                 if(isset($type['charset'])){
 | 
| 
 | 
 | 
                     $data['charset'] = strtolower($type['charset']);
 | 
...
 | 
...
 | 
 |