lgy 1 tháng trước cách đây
mục cha
commit
63409179c8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      jcjyhr/app/zskk/servies/PatientServies.php

+ 1 - 1
jcjyhr/app/zskk/servies/PatientServies.php

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