lgy 1 Minggu lalu
induk
melakukan
0c0a7604bc
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      jcjyhr/app/zskk/controller/Patient.php

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

@@ -96,8 +96,8 @@ class Patient extends ZskkApiController
     {
 //        try {
             $params = $this->request->post();
-            var_dump($params);die;
-            $params = $this->getDecryptData($params['data']);
+            $params = $this->getDecryptData($params);
+        var_dump($params);die;
             $params = $servies->makeMappingData($params,'0','postExamReport');
             $data = $servies->postExamReport($params);
             $this->success($data,'');