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
82af5d3c
...
82af5d3c5e0b87679d73b1e16eda37f2a3e327c4
authored
2022-12-29 11:25:39 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
优化歌手格式
1 parent
92bb410c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
app/Services/IssueService.php
app/Services/IssueService.php
View file @
82af5d3
...
...
@@ -91,6 +91,7 @@ class IssueService extends Service
$item
->
cover
=
$cos
->
getPreviewUrl
(
$item
->
songs_album
->
cover
->
key
);
}
unset
(
$item
->
songs_album
);
$item
->
singer
=
explode
(
','
,
$item
->
singer
);
}
return
Response
::
success
(
$res
);
...
...
Please
register
or
sign in
to post a comment