|
|
@@ -417,6 +417,7 @@ class VideoService extends BaseService
|
|
|
'thumb' => $thumb,
|
|
|
'albums' => $albums? json_encode($albums) : '',
|
|
|
'music_hash' => isset($params['music_hash'])? trim($params['music_hash']) : '',
|
|
|
+ 'music_name' => isset($params['music_name'])? trim($params['music_name']) : '',
|
|
|
'music_url' => $musicUrl,
|
|
|
'goods_id' => $goodsId,
|
|
|
'visible_type' => isset($params['visible_type'])? intval($params['visible_type']) : 1,
|