作者 刘锟

update

@@ -1522,7 +1522,7 @@ function thumbImageByUrl($url, $width = 360) @@ -1522,7 +1522,7 @@ function thumbImageByUrl($url, $width = 360)
1522 1522
1523 $url = $thumb_url ? $thumb_url : $url; 1523 $url = $thumb_url ? $thumb_url : $url;
1524 } catch (\Exception $e) { 1524 } catch (\Exception $e) {
1525 - Log::channel('thumb_img')->error($e->getMessage(), [$url, $width]); 1525 + Log::channel('thumb_img')->error($e->getMessage(), [$url_complete, $width]);
1526 } 1526 }
1527 1527
1528 return $url; 1528 return $url;