名称:会议模块详情

接口:/merchant/meeting/getModelDetail

请求方式:post

参数名 类型 必填 说明 示例
id int Y 模块id 19

说明

1.此方法需要登录

返回示例

//
{
    "code": 200,
    "message": "success",
    "result": 
        {
            "id": 19,//模块id
            "meetid": 18,//会议id
            "icon": "http://www.huibaifen.com/icon/Conference_manual.png",//图标
            "type": 1,//内容类型,1为图文,2为外链
            "title": "会议介绍",//名称
            "url": "",//type为2有值
            "content": "会议介绍啦啦啦啦" //type为2有值
        }

}

{
    "code": 200,
    "message": "success",
    "result": [
        {
            "id": 19,//模块id
            "meetid": 18,//会议id
            "icon": "http://www.huibaifen.com/icon/Conference_manual.png",//图标
            "type": 1,//内容类型,1为图文,2为外链
            "title": "会议介绍",//名称
            "url": "",//type为2有值
            "content": "会议介绍啦啦啦啦" //type为2有值
        }
    ]
}

results matching ""

    No results matching ""