|
@@ -34,8 +34,7 @@ Route::get('/api/get_week_chedule', 'ScheDuleController@getWeekSchedule');
|
|
Route::get('/api/set_self_schedule', 'ScheDuleController@setSelfSchedule');
|
|
Route::get('/api/set_self_schedule', 'ScheDuleController@setSelfSchedule');
|
|
Route::get('/api/insert_times', 'ScheDuleController@insert_times');
|
|
Route::get('/api/insert_times', 'ScheDuleController@insert_times');
|
|
Route::get('/test', 'IndexController@test');
|
|
Route::get('/test', 'IndexController@test');
|
|
-Route::get('/info', 'IndexController@getInfo');
|
|
|
|
-Route::get('/text', 'IndexController@getText');
|
|
|
|
|
|
+
|
|
|
|
|
|
//用户信息
|
|
//用户信息
|
|
Route::get('/api/getScheduleInfo', 'ScheDuleController@getScheduleInfo');
|
|
Route::get('/api/getScheduleInfo', 'ScheDuleController@getScheduleInfo');
|