Sfoglia il codice sorgente

房间列表都显示

lizhen_gitee 1 anno fa
parent
commit
26ccbba666
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      application/api/controller/Party.php

+ 1 - 1
application/api/controller/Party.php

@@ -482,7 +482,7 @@ class Party extends Api
 
 
         $where['party.status'] = 1;   //正常
-        $where['party.is_online'] = 1; //在线
+        //$where['party.is_online'] = 1; //在线
         $where['party.is_close'] = 0;  //未关闭
         $where['party.is_public'] = 1;  //是否公开:1=是,0=否