Browse Source

路由修改

wanghaijun 4 năm trước cách đây
mục cha
commit
4773c619fd
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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');