Pārlūkot izejas kodu

青爻公众号

cqp 10 mēneši atpakaļ
vecāks
revīzija
22dbb8c614
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      app/Service/Weixin/WeixinService.php

+ 1 - 1
app/Service/Weixin/WeixinService.php

@@ -249,7 +249,7 @@ class WeixinService extends Service
     {
         // 定义本地文件路径
         $name = md5($url) . '.jpeg';
-        $localFilePath = storage_path(self::wx_img . md5($url) . $name);
+        $localFilePath = storage_path(self::wx_img . $name);
 
         if(! file_exists($localFilePath)){
             $directoryPath = dirname($localFilePath);