...
|
...
|
@@ -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'];
|
...
|
...
|
|