作者 邓超

上传文件

@@ -431,7 +431,7 @@ class Home extends Base { @@ -431,7 +431,7 @@ class Home extends Base {
431 } 431 }
432 } 432 }
433 // 这个是通过了上传接口上传的文件 433 // 这个是通过了上传接口上传的文件
434 - $attachment = app()->request('attachment'); 434 + $attachment = app()->request('attachmentapi');
435 if($attachment){ 435 if($attachment){
436 foreach ($attachment as $file){ 436 foreach ($attachment as $file){
437 $file = json_decode($file,true); 437 $file = json_decode($file,true);