浏览代码

青爻公众号

cqp 10 月之前
父节点
当前提交
274b3a9c0c
共有 1 个文件被更改,包括 2 次插入1 次删除
  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]];
     }
 }