ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 示例 ~~~[api] get:v1/meetingRoom/appointment *int:id#会议室id *appointment_people#预约人open_id *start_time#会议开始时间 *end_time#会议结束时间 *content#会议内容 *contact_open_id#会议联系人open_id *contact_mobile#会议联系人联系方式 *array:attendee#参会人open_id,数组 <<< success { "code":0, "msg":"ok", "data":{ "id":1 //预约成功的id,如需撤回,需要将此id传回 } } <<< error { "code":-1, "msg":"预约失败", "data":{} } ~~~