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