正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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); |
-
请 注册 或 登录 后发表评论