|
@@ -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();
|