Browse Source

青爻公众号

cqp 10 months ago
parent
commit
274b3a9c0c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/Service/Weixin/WeixinService.php

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

@@ -519,6 +519,7 @@ class WeixinService extends Service
         // 读取文件内容
         $fileContent = file_get_contents($localFilePath);
 
-        return [true, ['content' => $fileContent]];
+        $detail['content'] = $fileContent;
+        return [true, ['data' => $data]];
     }
 }