cqp 10 сар өмнө
parent
commit
331d1177e1

+ 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]];
     }
 }