This commit is contained in:
2026-01-20 19:48:37 +08:00
parent 70e6582bc4
commit 11e58e7430
2 changed files with 6 additions and 4 deletions

View File

@@ -1227,7 +1227,9 @@ class Room extends Model
'is_pk' => $room['is_pk'],//1-默认接受PK2不接受',
'last_pk_room_id' => $last_pk_room_id,
'queue_number' => db::name('vs_room_pit_apply')->where(['room_id' => $room_id,'status' => 0])->count(),
'sexy_coin' => $liao_ta_coin
'sexy_coin' => $liao_ta_coin,
'start_time' => $room['start_time'],
'end_time' => $room['end_time'],
];
//当前用户信息