lgy hace 3 semanas
padre
commit
cca14281fe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      jcjyhr/app/zskk/controller/Patient.php

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

@@ -154,7 +154,7 @@ class Patient extends ZskkApiController
 
     public function syncExams(PatientServies $servies)
     {
-        $params = $this->request->get();
+        $params = $this->request->post();
         if(empty($params))
         {
             $this->error('接口异常');