lgy 3 недель назад
Родитель
Сommit
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('接口异常');