*
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -19,7 +19,7 @@ Route::get('/',function(){ | ... | @@ -19,7 +19,7 @@ Route::get('/',function(){ | 
| 19 | /** | 19 | /** | 
| 20 | * Tme接口 | 20 | * Tme接口 | 
| 21 | */ | 21 | */ | 
| 22 | Route::group(['middleware'=>'throttle:120,1','prefix'=> 'tme'], function (){ | 22 | Route::group(['middleware'=>'throttle:500,1','prefix'=> 'tme'], function (){ | 
| 23 | 23 | ||
| 24 | // 提交发行接口 | 24 | // 提交发行接口 | 
| 25 | Route::post('upload','WorkController@Upload'); //上传接口 | 25 | Route::post('upload','WorkController@Upload'); //上传接口 | ... | ... | 
- 
Please register or sign in to post a comment