wesmiler 2 tahun lalu
induk
melakukan
7b379a01c0
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      app/Services/Api/VideoService.php

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

@@ -418,6 +418,7 @@ class VideoService extends BaseService
             'music_hash'  => isset($params['music_hash'])? trim($params['music_hash']) : '',
             'music_url'  => $musicUrl,
             'goods_id'  => $goodsId,
+            'visible_type'  => isset($params['visible_type'])? intval($params['visible_type']) : 1,
             'is_comment'  => isset($params['is_comment'])? intval($params['is_comment']) : 1,
             'status'  => $publishCheck? 1 : 2,
             'mark'  => 1,