mahjong_group/common/server/getReservationList.json
2025-09-11 05:30:19 +08:00

36 lines
1.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"participants": [
{
"id": 7,
"reservation_id": 3,
"user_id": 3796,
"role": 1, // 角色 1 发起者 0 参与者
"join_time": "2025/09/03 04:05:40",
"status": 0,
"userName": "闪光大帕鲁",
"avatarImage": "https://admin-1308826010.cos.ap-shanghai.myqcloud.com/users20250908/20250908152502_6366.png",
"userBlackStatus": 0
}
],
"id": 3,
"title": "测试1", //祖居名称
"room_id": 3,
"room_name": "306小包间",// 房间名称
"start_time": "2025/09/13 21:09:43", //开始时间
"end_time": "2025/09/13 21:34:43",//结束时间
"duration_minutes": 25,
"player_count": 4,
"game_type": "扑克",
"game_rule": "跑得快",
"extra_info": "11", // 备注
"is_smoking": 1, //是否禁烟0=不禁烟1=禁烟
"gender_limit": 2, // 性别限制0=不限1=男2=女
"credit_limit": 0, // 最低信誉分
"min_age": 0, //最小年龄
"max_age": 0, //最大年龄限制0=不限
"deposit_fee": 0, //鸽子费(保证金)
"status": 0, //状态0=待开始1=进行中2=已结束3=取消
"created_at": "2025/09/03 00:21:16",
"updated_at": "2025/09/03 21:10:21",
"remarks": "" // 备注
}