名称:会议模块列表
接口:/merchant/meeting/getModelList
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
meetid | int | Y | 会议id | 18 |
说明
1.此方法需要登录
返回示例
{
"code": 200,
"message": "success",
"result": [
{
"id": 17,//模块id
"title": "会议介绍",//模块名称
"icon": "http://xxx",//模块cion
"is_register": true //是否需要注册
}
]
}