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