| 1234567 | <?phpuse \Illuminate\Support\Facades\Route;Route::post('login', 'ApiController@login');Route::get('checkPosition', 'ApiController@checkPosition');Route::get('startCheckCard', 'ApiController@startCheckCard');Route::get('endCheckCard', 'ApiController@endCheckCard');
 |