# 通过会议群ID查询日程biz_id
# host: https://yach-oapi.zhiyinlou.com 正式环境
# host: https://yach-oapi-test.zhiyinlou.com 测试环境
# 概述
| 名称 | 值 |
|---|---|
| 地址 | /schedule/info/by_group_id |
| 请求方式 | GET |
| 参数 | 见【参数】 |
| 返回值 | 见【返回值】 |
# 参数
| 参数 | 参数类型 | 必须 | 说明 |
|---|---|---|---|
| access_token | string | 是 | 调用接口凭证 |
| meeting_id | string | 是 | 会议ID |
返回值
{
"code": 200,
"msg": "",
"obj": {
"biz_id": "biz_id"
}
}