Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Cong.Zhao
/
musician-api.hikoon.com
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
1cd8ec20
...
1cd8ec202b086fb3478adab1ff79c92d8223b13f
authored
2022-10-26 14:46:02 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
d1df7180
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
routes/release.php
routes/release.php
View file @
1cd8ec2
...
...
@@ -33,5 +33,5 @@ Route::group(['middleware'=>'throttle:60,1','prefix'=> 'tme'], function (){
// 发行后接口
Route
::
post
(
'issue_album_query'
,
'WorkController@queryComitResult'
);
//查询发行的歌曲tmeId列表接口
//通过专辑id或者歌曲id查询授权书
Route
::
pos
t
(
'auth_resources'
,
'WorkController@authResources'
);
//查询发行的歌曲tmeId列表接口
Route
::
ge
t
(
'auth_resources'
,
'WorkController@authResources'
);
//查询发行的歌曲tmeId列表接口
});
...
...
Please
register
or
sign in
to post a comment