We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b942c4 commit 10be81fCopy full SHA for 10be81f
laravel/config/errorCode.php
@@ -199,6 +199,9 @@
199
'4008' => [
200
'reason' => '不允许的上传类型,请检查'
201
],
202
+ '4009' => [
203
+ 'reason' => '查询失败'
204
+ ],
205
206
/*
207
|--------------------------------------------------------------------------
laravel/routes/api.php
@@ -44,6 +44,7 @@
44
Route::resource('api_excel', 'ApiExcelController');
45
Route::post('upload', 'ApiExcelController@upload');
46
Route::any('start_task', 'ApiExcelController@startTask');
47
+ Route::any('download_log', 'ApiExcelController@downloadLog');
48
49
// 权限相关路由
50
Route::get('permissions/store', 'PermissionController@store');
0 commit comments