|
@ -146,30 +146,31 @@ REST API遵循REST最佳实践,规范命名URL中的每个部分。注意POST
|
|
|
ParticipantAvatar: '/:session_id/participants/:participant_id/avatars' // 会话单个成员头像
|
|
|
}
|
|
|
### 业务分析
|
|
|
消息类型:muc_messsges,p2p_messages,group_messages,system_messages表对应的type字段
|
|
|
0:系统消息
|
|
|
1:文本消息
|
|
|
2:图片消息
|
|
|
3:语音消息
|
|
|
4:文章消息
|
|
|
5:跳转消息
|
|
|
6:议题开始
|
|
|
7:议题结束
|
|
|
8:转发的消息
|
|
|
9:转发的图片
|
|
|
10:议题结束发送的消息
|
|
|
11:预留
|
|
|
12:小视频消息
|
|
|
13:预留
|
|
|
会话类型
|
|
|
**消息类型**:
|
|
|
muc_messsges,p2p_messages,group_messages,system_messages表对应的type字段
|
|
|
0、系统消息
|
|
|
1、文本消息
|
|
|
2、图片消息
|
|
|
3、语音消息
|
|
|
4、文章消息
|
|
|
5、跳转消息
|
|
|
6、议题开始
|
|
|
7、议题结束
|
|
|
8、转发的消息
|
|
|
9、转发的图片
|
|
|
10、议题结束发送的消息
|
|
|
11、预留
|
|
|
12、小视频消息
|
|
|
13、预留
|
|
|
**会话类型**
|
|
|
sessions的type字段
|
|
|
type =1消息保存muc_messsges、患者的三师、家庭咨询会话
|
|
|
type=2消息保存p2p_messages、患者的名医咨询,医生间的p2p、名医咨询会话
|
|
|
type =3消息保存group_messages、行政团队聊天会话
|
|
|
type =0 消息保存system_messages 系统聊天会话
|
|
|
a、type =1 消息保存muc_messsges、患者的三师、家庭咨询会话
|
|
|
b、type=2 消息保存p2p_messages、患者的名医咨询,医生间的p2p、名医咨询会话
|
|
|
c、type =3 消息保存group_messages、行政团队聊天会话
|
|
|
d、type =0 消息保存system_messages 系统聊天会话
|
|
|
sessions的business_type字段
|
|
|
business_type =1 此会话不包含患者
|
|
|
business_type =2 此会话包含患者
|
|
|
a、business_type =1 此会话不包含患者
|
|
|
b、business_type =2 此会话包含患者
|
|
|
sessions的status字段
|
|
|
**此字段只针对议题的会话有效**
|
|
|
标示当前会话是否有活跃的议题
|