名称:会议模块列表
接口:/index/meeting/getModelList
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
meetid | int | Y | 会议id | 18 |
说明
1.此方法需要登录
返回示例
{
"code": 200,
"message": "success",
"result": [
{
"id": 44,
"title": "测试",
"icon": "http://huibaifen.rup-china.com/icon/Traffic_guide.png",
"type": 1,
"content": {
"id": 44
}
},
{
"id": 45,
"title": "测试2",
"icon": "http://huibaifen.rup-china.com/icon/spot_Express.png",
"type": 1,
"content": {
"id": 45
}
}
]
}