Browse Source

$img_host处理

master
李可松 4 years ago
parent
commit
bb0a68d0a8
  1. 2
      app/Console/Commands/Collector.php

2
app/Console/Commands/Collector.php

@ -391,7 +391,7 @@ class Collector extends Command
//从数据中搜索图片并下载
private function search_img(&$data)
{
$img_host = 'https://yytx.eugyl.com/storage/';
$img_host = PHP_OS == 'WINNT' ? 'https://yytx.eugyl.com/storage/' : env('APP_URL') . '/storage/';
//保存产品图片集
if (!empty($data['pictures']) && is_array($data['pictures'])) {
foreach ($data['pictures'] as &$url) {

Loading…
Cancel
Save