Parcourir la source

青爻公众号

cqp il y a 10 mois
Parent
commit
331d1177e1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/Service/Weixin/WeixinService.php

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

@@ -520,6 +520,6 @@ class WeixinService extends Service
         $fileContent = file_get_contents($localFilePath);
 
         $detail['content'] = $fileContent;
-        return [true, ['data' => $data]];
+        return [true, ['data' => $detail]];
     }
 }