Ver Fonte

路由修改

wanghaijun há 4 anos atrás
pai
commit
4773c619fd
1 ficheiros alterados com 2 adições e 0 exclusões
  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');