ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 示例 ~~~[api] get:v1/meetingRoom/myAppointment *open_id#open_id index# limit# <<< success { "code":0, "msg":"ok", "data":{ "list":[ { "id":1, "appointment_people": "6481a305d40930ee29bae5c526bf8147", "startTime": "11-14 09:00", "endTime": "11-14 12:00", "content": "全体人大会议", "attendee_numbers": 7, "contact_open_id": "8d4470688c0e96050aacf5ef6e39a7f1", "contact_mobile": "12111111111", "reject_reason": null, "status": 2, "title": "2014会议室", } ] } } <<< error { "code":-1, "msg":"登录信息不存在", "data":{} } ~~~