| xqd
@@ -33,6 +33,7 @@ Route::get('/api/set_week_schedule', 'ScheDuleController@setWeekSchedule');
|
|
|
Route::get('/api/get_week_chedule', 'ScheDuleController@getWeekSchedule');
|
|
|
Route::get('/api/set_self_schedule', 'ScheDuleController@setSelfSchedule');
|
|
|
Route::get('/api/insert_times', 'ScheDuleController@insert_times');
|
|
|
+Route::get('/test', 'IndexController@test');
|
|
|
|
|
|
//用户信息
|
|
|
Route::get('/api/getScheduleInfo', 'ScheDuleController@getScheduleInfo');
|