💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 示例 ~~~[api] get:v1/meetingRoom/list int:index=1#页码,默认为1 int:limit#每页显示的条数,默认为20条,最大也为20条 <<< success { "code":0, "msg":"ok", "data":{ "list":[ { "id": 1, "title": "1914会议室", "numbers_persons": 44, "drop_shadow": 1, "microphone": 1, "table_cut": 1, "appointmentList": [] }, { "id": 2, "title": "2014会议室", "numbers_persons": 14, "drop_shadow": 0, "microphone": 0, "table_cut": 1, "appointmentList": [ { "id": 1, "appointment_people": "6481a305d40930ee29bae5c526bf8147", "startTime": "2018-11-14 09:00", "endTime": "2018-11-14 12:00", "content": "全体人大会议", "attendee_numbers": 7, "contact_open_id": "8d4470688c0e96050aacf5ef6e39a7f1", "contact_mobile": "12111111111", "status": 2, "participants": [], "tag": 1 //1:上午,2:下午 }, { "id": 2, "appointment_people": "6481a305d40930ee29bae5c526bf8147", "startTime": "2018-11-14 09:00", "endTime": "2018-11-14 12:00", "content": "全体人大会议", "attendee_numbers": 10, "contact_open_id": "6481a305d40930ee29bae5c526bf8147", "contact_mobile": "132112312", "status": 2, "participants": [], "tag": 1 //1:上午,2:下午 } ] }, { "id": 3, "title": "2109会议室", "numbers_persons": 14, "drop_shadow": 1, "microphone": 0, "table_cut": 1, "appointmentList": [] } ], "totalPage":1 //总页数 } } <<< error { "code":-1, "msg":"登录信息不存在", "data":{} } ~~~