lgy 2 weeks ago
parent
commit
32c021e289
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jcjyhr/app/zskk/controller/Api.php

+ 1 - 1
jcjyhr/app/zskk/controller/Api.php

@@ -311,7 +311,7 @@ class Api extends ApiController
             $this->error('系统错误');
         }
         $data = base64_encode($idCard);
-        $url = '/getPatientCheck?data='.$data;
+        $url = 'http://111.53.165.106:9605/getPatientCheck?data='.$data;
         $this->success('success', $url);
     }