Przeglądaj źródła

青爻公众号

cqp 10 miesięcy temu
rodzic
commit
331d1177e1
1 zmienionych plików z 1 dodań i 1 usunięć
  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]];
     }
 }