正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -374,7 +374,7 @@ class ImageController extends Controller | @@ -374,7 +374,7 @@ class ImageController extends Controller | ||
| 374 | $data = [ | 374 | $data = [ |
| 375 | 'image'=>$hash, | 375 | 'image'=>$hash, |
| 376 | 'image_link'=>$this->getImageUrl($hash), | 376 | 'image_link'=>$this->getImageUrl($hash), |
| 377 | - 'image_download'=>url('a/download/images?hash='.$hash), | 377 | + 'image_download'=>url('a/downLoad/images?hash='.$hash), |
| 378 | ]; | 378 | ]; |
| 379 | return $data; | 379 | return $data; |
| 380 | } | 380 | } |
-
请 注册 或 登录 后发表评论