lgy 3 weeks ago
parent
commit
405170238c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      jcjyhr/app/zskk/controller/Patient.php
  2. 1 1
      jcjyhr/route/route.php

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

@@ -127,7 +127,7 @@ class Patient extends ZskkApiController
     /**
      * 上传检验数据
      */
-    public function postLisReport(PatientServies $servies): void
+    public function postLabReport(PatientServies $servies): void
     {
         try {
             $params = $this->request->post();

+ 1 - 1
jcjyhr/route/route.php

@@ -11,7 +11,7 @@ use think\facade\Route;
 // +----------------------------------------------------------------------
 
 Route::post('basic-api/getToken', 'app\zskk\controller\Api@getToken');
-Route::post('basic-api/postLabReport', 'app\zskk\controller\Patient@postLisReport');
+Route::post('api/postLabReport', 'app\zskk\controller\Patient@postLisReport');
 return [
 
 ];