Browse Source

直播列表屏蔽非正常状态

lizhen_gitee 3 years ago
parent
commit
b5592343a4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/api/controller/Livebc.php

+ 1 - 0
application/api/controller/Livebc.php

@@ -20,6 +20,7 @@ class Livebc extends Api
         $map = [
             'livebc.is_online' => 1,
             'livebc.room_type' => 2,
+            'livebc.status' => 1,
         ];
         if(!empty($type_id)){
             $map['livebc.party_type'] = $type_id;