Explorar o código

青爻公众号

cqp hai 10 meses
pai
achega
331d1177e1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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]];
     }
 }