名称:新建&修改会议

接口地址:/merchant/meeting/add

请求方式:post

参数名 类型 必填 说明 示例
title string Y 会议标题 上海会议
start_time string Y 会议开始时间 2019/03/06 12:00:00
end_time string Y 会议结束时间 2019/03/09 12:00:00
province string N 省名 上海
province_code string N 省code 333
city string N 市名 上海
city_code string N 市code 1122
area string N 区名 嘉定区
area_code string N 区code 111
address string Y 详细地址 xxx
cover string Y 封面图url xxx
longitude float N 经度 121.460715
latitude float N 纬度 31.193463
id int N 会议id 12
live_link str N 如果是type 1 就是外链 如果是 type 2 就是直播id 12
type int N 1链接2直播id 12

说明

1.此接口需要登录 2.id有值代表修改,没值代表新增

返回示例

{

"code": 4001,
"message": "结束时间必须大于开始时间",
"result": [ ]
}
{
    "code": 200,
    "message": "创建成功",
    "result": []
}

results matching ""

    No results matching ""