Browse Source

调通接口

lizhen_gitee 3 years ago
parent
commit
6562c31513
1 changed files with 2 additions and 1 deletions
  1. 2 1
      application/api/controller/Party.php

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

@@ -334,7 +334,8 @@ class Party extends Common
      * 获取派对用户排序
      */
     public function getPartyUserRank() {
-        $room_type = $this->request->request('room_type',1); // 房间类型
+//        $room_type = $this->request->request('room_type',1); // 房间类型
+        $room_type = 1;
         $party_id = $this->request->request("party_id");// 派对ID
         if (!$party_id) $this->error(__('Invalid parameters'));
         $redis = new Redis();