# 会议ID查询日程biz_id

# host: https://yach-oapi.zhiyinlou.com 正式环境

# host: https://yach-oapi-test.zhiyinlou.com 测试环境

# 概述

名称
地址 /meeting/tencent/schedule
请求方式 POST
参数 见【参数】
返回值 见【返回值】

# 参数

参数 参数类型 必须 说明
access_token string 调用接口凭证
meeting_id string 腾讯会议号,即meeting_code

返回值

{
    "code": 200,
    "msg": "",
    "obj": {
        "biz_id": ["biz_id1","biz_id2"]
    }
}
上次更新: 2/24/2023, 6:50:49 PM
foo