@@ -191,6 +191,7 @@ class LiveService extends BaseService
$data = [
'user_id'=> $userId,
'type'=> 1,
+ 'source_type'=> 2,
'collect_id'=> $id,
'collect_uid'=> isset($info['user_id'])? $info['user_id'] : 0,
'tags'=> isset($info['tags'])? $info['tags'] : '',