Browse Source

路由修改

wanghaijun 4 years ago
parent
commit
4773c619fd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      routes/web.php

+ 2 - 0
routes/web.php

xqd
@@ -38,6 +38,8 @@ Route::get('/test', 'IndexController@test');
 
 //用户信息
 Route::get('/api/getScheduleInfo', 'ScheDuleController@getScheduleInfo');
+Route::options('/api/getAppiontInfo', 'AppiontController@getAppiontInfo');
+Route::post('/api/getAppiontInfo', 'AppiontController@getAppiontInfo');
 Route::get('/api/getAppiontInfo', 'AppiontController@getAppiontInfo');
 Route::get('/api/docterList', 'AppiontController@docterList');
 Route::get('/api/organizationList', 'AppiontController@organizationList');