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
6c536a5a
...
6c536a5a5808ddd350c286be35c3d7f0f2fee4b0
authored
2022-06-08 16:32:59 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
87a209a7
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 @
6c536a5
...
...
@@ -25,7 +25,7 @@ Route::group(['middleware'=>'throttle:60,1','prefix'=> 'tme'], function (){
Route
::
post
(
'upload'
,
'WorkController@Upload'
);
//上传接口
Route
::
post
(
'album_online'
,
'WorkController@albumOnline'
);
//提交发行接口
Route
::
post
(
'singer_query'
,
'WorkController@singerQuery'
);
//搜索歌手接口
Route
::
any
(
'singer_query'
,
'WorkController@singerQuery'
);
//搜索歌手接口
Route
::
post
(
'singer_create'
,
'WorkController@singerCreate'
);
//创建歌手接口
Route
::
post
(
'original_company_query'
,
'WorkController@originalCompanyQuery'
);
//查询原始版权方接口
...
...
Please
register
or
sign in
to post a comment