@@ -999,7 +999,7 @@ class PatientServies
]
]);
// 获取文件内容
- $content = file_get_contents($url, false, $context);
+ $content = file_get_contents($base64_string, false, $context);
// 检查是否成功获取文件内容
if ($content === false) {