lgy 18 hours ago
parent
commit
71b75c920f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jcjyhr/app/zskk/servies/PatientServies.php

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

@@ -978,7 +978,7 @@ class PatientServies
         {
             return '';
         }
-        if(strrpos('http:',$base64_string) !== false || strrpos('https:',$base64_string) !== false)
+        if(strrpos('http',$base64_string) !== false || strrpos('https',$base64_string) !== false)
         {
             //  传参url
             $arr = explode('.',$base64_string);