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
5aad5096
...
5aad50968ec402e6ccf50bccd72ee10a814971d4
authored
2022-08-24 12:41:41 +0800
by
wei.feng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
..
1 parent
e9d9b595
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
app/Http/Controllers/OpenApi/SongController.php
app/Http/Controllers/OpenApi/SongController.php
View file @
5aad509
...
...
@@ -75,6 +75,8 @@ class SongController extends Controller
$song
[
'files'
]
=
$this
->
coverFiles
(
$song
[
'files'
]);
}
$song
[
'type'
]
=
1
;
unset
(
$song
[
'subject_no'
],
$song
[
'tag_id'
]);
}
}
...
...
Please
register
or
sign in
to post a comment