*
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -33,5 +33,5 @@ Route::group(['middleware'=>'throttle:60,1','prefix'=> 'tme'], function (){ | ... | @@ -33,5 +33,5 @@ Route::group(['middleware'=>'throttle:60,1','prefix'=> 'tme'], function (){ |
33 | // 发行后接口 | 33 | // 发行后接口 |
34 | Route::post('issue_album_query','WorkController@queryComitResult'); //查询发行的歌曲tmeId列表接口 | 34 | Route::post('issue_album_query','WorkController@queryComitResult'); //查询发行的歌曲tmeId列表接口 |
35 | //通过专辑id或者歌曲id查询授权书 | 35 | //通过专辑id或者歌曲id查询授权书 |
36 | Route::post('auth_resources','WorkController@authResources'); //查询发行的歌曲tmeId列表接口 | 36 | Route::get('auth_resources','WorkController@authResources'); //查询发行的歌曲tmeId列表接口 |
37 | }); | 37 | }); | ... | ... |
-
Please register or sign in to post a comment