lgy 3 weeks ago
parent
commit
8ab80c528e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jcjyhr/route/route.php

+ 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('api/postLabReport', 'app\zskk\controller\Patient@postLisReport');
+Route::post('api/postLabReport', 'app\zskk\controller\Patient@postLabReport');
 return [
 
 ];