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
19d0d340
...
19d0d3404053849b6ba62af7242e69cd48812995
authored
2021-10-12 14:40:04 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
资源地址
1 parent
fff88693
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Services/MusicianSongService.php
app/Services/MusicianSongService.php
View file @
19d0d34
...
...
@@ -48,7 +48,7 @@ class MusicianSongService extends Service
$item
->
setAttribute
(
'name'
,
$name
);
$item
->
setAttribute
(
'singer'
,
$singer
);
$item
->
setAttribute
(
'cover'
,
empty
(
$item
->
coverResource
)
?
''
:
$item
->
coverResource
->
url
);
$item
->
setAttribute
(
'cover'
,
empty
(
$item
->
coverResource
)
?
''
:
env
(
'COS_URL'
)
.
$item
->
coverResource
->
url
);
$item
->
setAttribute
(
'ext'
,
$sp_exts
[
$item
->
sp_id
]
??
null
);
$item
->
setAttribute
(
'online_time'
,
$item
->
online_time
);
...
...
Please
register
or
sign in
to post a comment