|
@@ -520,6 +520,6 @@ class WeixinService extends Service
|
|
$fileContent = file_get_contents($localFilePath);
|
|
$fileContent = file_get_contents($localFilePath);
|
|
|
|
|
|
$detail['content'] = $fileContent;
|
|
$detail['content'] = $fileContent;
|
|
- return [true, ['data' => $data]];
|
|
|
|
|
|
+ return [true, ['data' => $detail]];
|
|
}
|
|
}
|
|
}
|
|
}
|