作者 何书鹏
1 个管道 的构建 通过 耗费 1 秒

下载专区多附件

... ... @@ -449,7 +449,7 @@ class Lists extends Api
->where('download_id',$id)
->field('file_name,file')
->select();
foreach ($file_list as $v){
foreach ($file_list as &$v){
if(!empty($v['file'])){
$base_url = $v['file'];
$qiniu_url = $qiniu.$v['file'];
... ...