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
060ceebe
...
060ceebe92f76899185999875d845de2eb6387ea
authored
2024-12-12 10:19:38 +0800
by
Cong.Zhao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改细节
1 parent
e2919c95
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
routes/release.php
routes/release.php
View file @
060ceeb
...
...
@@ -42,9 +42,6 @@ Route::group(['prefix'=> 'tme'], function (){
Route
::
post
(
'album_detail'
,
'WorkController@queryAlbumDetail'
);
//专辑详情
Route
::
post
(
'album_detail'
,
'WorkController@queryAlbumDetail'
);
//专辑详情
Route
::
post
(
'income_list'
,
'WorkController@incomelist'
);
//账单列表
});
...
...
Please
register
or
sign in
to post a comment