lgy пре 3 недеља
родитељ
комит
cca14281fe
1 измењених фајлова са 1 додато и 1 уклоњено
  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('接口异常');