소스 검색

青爻公众号

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