|
@@ -13,7 +13,8 @@ Content-Type: application/json
|
|
|
"theme": "green",
|
|
|
"logo": "logo",
|
|
|
"startTime": "2024-04-16 10:00:00",
|
|
|
- "endTime": "2024-04-20 18:00:00"
|
|
|
+ "endTime": "2024-04-20 18:00:00",
|
|
|
+ "wxVideoUid": "微信视频号id"
|
|
|
}
|
|
|
|
|
|
### 会议列表
|
|
@@ -44,7 +45,7 @@ GET {{ip}}/conference/conf/list/1066
|
|
|
GET {{ip}}/conference/conf/info/1066/MANUAL
|
|
|
|
|
|
### 会议议程
|
|
|
-### 议程添加
|
|
|
+### 日程添加
|
|
|
POST {{ip}}/conference/agenda/create
|
|
|
Content-Type: application/json
|
|
|
|
|
@@ -53,14 +54,31 @@ Content-Type: application/json
|
|
|
"agendaName": "第一场",
|
|
|
"agendaCover": "封面地址",
|
|
|
"agendaDesc": "议程简述xxxx",
|
|
|
- "agendaTime": "2024-04-16 10:00:00",
|
|
|
+ "agendaTime": "2024-04-16 10:00",
|
|
|
"agendaContent": "<div>议程详细内容,xxxxxxxxxxxx</div>",
|
|
|
"agendaVideo": "会议视频,结束后才有"
|
|
|
}
|
|
|
|
|
|
-### 议程列表
|
|
|
+### 日程列表
|
|
|
GET {{ip}}/conference/agenda/list/1066
|
|
|
|
|
|
+### 议程添加
|
|
|
+POST {{ip}}/conference/agenda-detail/create
|
|
|
+Content-Type: application/json
|
|
|
+
|
|
|
+{
|
|
|
+ "agendaId": 1,
|
|
|
+ "title": "大语言模型让我们更聪明还是更愚蠢?",
|
|
|
+ "speaker": "宗成庆",
|
|
|
+ "speakerTags": "中国科学院自动化研究所研究员",
|
|
|
+ "startTime": "2024-04-16 10:30",
|
|
|
+ "endTime": "2024-04-16 10:40"
|
|
|
+}
|
|
|
+
|
|
|
+### 根据日程查询议程列表
|
|
|
+GET {{ip}}/conference/agenda-detail/list/1
|
|
|
+
|
|
|
+
|
|
|
### 座次安排
|
|
|
### 座次配置
|
|
|
POST {{ip}}/conference/agenda/seat/create
|
|
@@ -103,14 +121,14 @@ Content-Type: application/json
|
|
|
|
|
|
{
|
|
|
"conferenceId": 1066,
|
|
|
- "userName": "诸葛亮",
|
|
|
- "tags": "卧龙,蜀国丞相",
|
|
|
- "photo": "头像",
|
|
|
- "sortNumber": 1,
|
|
|
- "userDesc": "诸葛亮,字孔明,本躬耕于南阳,苟全性命于乱世",
|
|
|
+ "userName": "梁昊",
|
|
|
+ "tags": "世界互联网大会常务副秘书长",
|
|
|
+ "photo": "https://cxzx.smcic.net/operate/cenference/1066/20240329/942aa221-321f-4bbc-b176-3d8d872eec36v2.jpg",
|
|
|
+ "sortNumber": 4,
|
|
|
+ "userDesc": "",
|
|
|
"userType": 1,
|
|
|
- "speechVideo": "演讲视频,讲过才有",
|
|
|
- "speechCover": "演讲视频封面,讲过才有"
|
|
|
+ "speechVideo": "",
|
|
|
+ "speechCover": ""
|
|
|
}
|
|
|
|
|
|
### 嘉宾查询,根据会议id和类型
|
|
@@ -143,7 +161,7 @@ Content-Type: multipart/form-data; boundary=WebAppBoundary
|
|
|
Content-Disposition: form-data; name="file"; filename="v2.jpg"
|
|
|
Content-Type: multipart/form-data
|
|
|
|
|
|
-< C:\Users\admin\Pictures\v2-a76668f37af2f88b3cf5b3a90b5dc9ce_b.jpg
|
|
|
+< C:\Users\admin\Pictures\internate-conference\梁昊.jpg
|
|
|
--WebAppBoundary
|
|
|
Content-Disposition: form-data; name="id"
|
|
|
Content-Type: text/plain
|
|
@@ -173,7 +191,7 @@ Content-Type: text/plain
|
|
|
1066
|
|
|
--WebAppBoundary
|
|
|
|
|
|
-### 精彩视频 type: 1.小程序视频 2.视频号视频
|
|
|
+### 精彩视频 type: 1.小程序视频 2.视频号视频。 小程序,video是个url,如果视频号,video是俩id(fnderUserName,feedId)视频号id,视频id
|
|
|
POST {{ip}}/conference/live-video/create
|
|
|
Content-Type: application/json
|
|
|
|
|
@@ -205,8 +223,27 @@ Content-Type: application/json
|
|
|
}
|
|
|
|
|
|
### 直播图片获取/conference/live-photo/list/{{id}}
|
|
|
-GET {{ip}}/conference/live-photo/list/1066?page=1&pageSize=20
|
|
|
+GET {{ip}}/conference/live-photo/list/1?page=1&pageSize=20
|
|
|
|
|
|
|
|
|
### 直播图片实时推送sse
|
|
|
-GET {{ip}}/conference/photo-sse/1066
|
|
|
+GET {{ip}}/conference/photo-sse/1066
|
|
|
+
|
|
|
+
|
|
|
+### 获取手机号
|
|
|
+GET {{ip}}/conference/user-third/getPhone/1066?code=xxx
|
|
|
+
|
|
|
+### 订阅, status: 1 订阅, 2 取消订阅
|
|
|
+POST {{ip}}/conference/subscription/create?code=xxx
|
|
|
+Content-Type: application/json
|
|
|
+
|
|
|
+{
|
|
|
+ "conferenceId": 1066,
|
|
|
+ "agendaId": 1,
|
|
|
+ "status": 1
|
|
|
+}
|
|
|
+
|
|
|
+### 我的订阅
|
|
|
+GET {{ip}}/conference/subscription/get/1066?code=xxx
|
|
|
+
|
|
|
+
|