Skip to content
On this page
简要描述
  • 电话会议-上传会议文件
请求URL
  • https://open.gangtise.com/application/open-meeting/cnfr/upload/meeting/file
请求方式
  • POST
请求头
请求头类型说明
AuthorizationStringaccessToken,通accessToken接口获取
参数说明
参数名必选类型说明
topicString会议标题
contentFormatInteger内容格式
1:jm
2:qs
fileFile会议音频文件

注: 需要使用form表单提交

请求示例
{
    "topic":"测试上传的会议",
    "contentFormat":1,
    "file":new file()
}
返回示例
{
    "code": "000000",
    "msg": "操作成功",
    "status": true,
    "data": 115772
}
返回参数说明
参数名类型说明
dataInteger会议id
备注
  • 更多返回错误代码请看首页的错误代码描述