|
...
|
...
|
@@ -62,9 +62,11 @@ class AyrReleaseLogic extends BaseLogic |
|
|
|
foreach ($data as $k => $v){
|
|
|
|
if($k == 'images'){
|
|
|
|
foreach ($v as $v1){
|
|
|
|
$v1 = 'https://file.globalso.com'.str_replace_url($v1);
|
|
|
|
$arr[] = $v1;
|
|
|
|
}
|
|
|
|
}else{
|
|
|
|
$v = 'https://file.globalso.com'.str_replace_url($v);
|
|
|
|
$arr[] = $v;
|
|
|
|
}
|
|
|
|
}
|
...
|
...
|
|