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('接口异常');