wesmiler 2 년 전
부모
커밋
0b6f86922e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/Services/LiveService.php

+ 1 - 0
app/Services/LiveService.php

@@ -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'] : '',