资源地址
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -48,7 +48,7 @@ class MusicianSongService extends Service | ... | @@ -48,7 +48,7 @@ class MusicianSongService extends Service |
48 | 48 | ||
49 | $item->setAttribute('name', $name); | 49 | $item->setAttribute('name', $name); |
50 | $item->setAttribute('singer', $singer); | 50 | $item->setAttribute('singer', $singer); |
51 | $item->setAttribute('cover', empty($item->coverResource) ? '' : $item->coverResource->url); | 51 | $item->setAttribute('cover', empty($item->coverResource) ? '' : env('COS_URL').$item->coverResource->url); |
52 | $item->setAttribute('ext', $sp_exts[$item->sp_id] ?? null); | 52 | $item->setAttribute('ext', $sp_exts[$item->sp_id] ?? null); |
53 | $item->setAttribute('online_time', $item->online_time); | 53 | $item->setAttribute('online_time', $item->online_time); |
54 | 54 | ... | ... |
-
Please register or sign in to post a comment