wesmiler 2 years ago
parent
commit
6d70caa022
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Services/Api/VideoService.php

+ 1 - 0
app/Services/Api/VideoService.php

@@ -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,