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