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
b615924f
...
b615924fc9faf9620ea632353f17ac48f4e30559
authored
2025-04-22 16:27:36 +0800
by
Cong.Zhao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
71ecd0b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
routes/release.php
routes/release.php
View file @
b615924
...
...
@@ -37,7 +37,7 @@ Route::group(['prefix'=> 'tme'], function (){
//通过专辑id或者歌曲id查询授权书
Route
::
get
(
'auth_resources'
,
'WorkController@authResources'
);
//查询发行的歌曲tmeId列表接口
Route
::
ge
t
(
'tack_list'
,
'WorkController@tackList'
);
//查询歌曲列表
Route
::
pos
t
(
'tack_list'
,
'WorkController@tackList'
);
//查询歌曲列表
Route
::
post
(
'album_update'
,
'WorkController@albumUpdate'
);
//专辑编辑接口
Route
::
post
(
'track_update'
,
'WorkController@trackUpdate'
);
//歌曲编辑接口
...
...
Please
register
or
sign in
to post a comment