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