用markdown写文档

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

# 自定义双向消息说明文档

## 一、变量说明
---------------
- {courseId}    课程ID
- {userName}    用户名
- {tisClientId}     聊天服务ID
- {schoolId}     幼儿园ID
- {timestamp}    时间戳
- {state}        1为是,0为否
- {layout}       "wis"为图片,"vod"为点播视频,"teacher"为讲师直播视频,"student"为学生直播视频
## 二、加入会话
---------------
- topic1: live/{courseId}
- topic2: live/{courseId}/{tisClientId}_{userName}
- topic3: live/{courseId}/{schoolId}

## 三、消息说明
---------------

* 删除聊天

{
“msgType”: “deleteTisHistory”,
“extra”: “{tisClientId}{userName}{timestamp}” // tismsg的extra字段
}

1
* 全体禁言 

{
“msgType”: “bannedAll”,
“state”: {state}
}
1
* 禁言列表 

{
“msgType”: “bannedList”,
“list”: [“{userName}_{courseId}”]
}
1
* 切换布局 

{
“msgType”: “switchLayout”,
“layout”: {layout}
}
1
* 上课/下课 

{
“msgType”: “switchClass”,
“state”: {state}
}
1
* 图片 

{
“msgType”: “wis”,
“url”: “http://yt-dev.oss-cn-hangzhou.aliyuncs.com/dev/wangxiao/image/resource/203/doc/0b5077a9-140f-4c9a-b918-efe1f8909ae2.pdf-0.jpg
}
1
* 音频 

{
“msgType”: “aod”,
“state”: {state},
“url”: “http://yt-dev.oss-cn-hangzhou.aliyuncs.com/dev/wangxiao/image/resource/172/audio/0499a172-a1e6-4ea9-91b5-aa11d33504d1.mp3“,
“currentTime”: 3.385044,
“volume”: 1
}
1
* 视频 

{
“msgType”: “vod”,
“state”: {state},
“url”: “http://21746.long-vod.cdn.aodianyun.com/u/21746/mp4/640x360/360-f93bd4443b3512bd8d91b1c79b8bc6fd.mp4“,
“currentTime”: 3.385044,
“volume”: 1
}
1
* 答题 

{
“msgType”: “question”,
“state”: {state},
“params”: {
“stem”: {
“text”: “test444 中国四大名著有哪些?”,
“type”: “text”,
“image”: null
},
“type”: “MCQ_MULTIPLE_ANSWER”,
“weights”: 4,
“analysis”: null,
“answerKeys”: [{
“key”: “A”,
“weight”: 1,
“alternativeKeys”: null
}, {
“key”: “B”,
“weight”: 1,
“alternativeKeys”: null
}, {
“key”: “C”,
“weight”: 1,
“alternativeKeys”: null
}, {
“key”: “D”,
“weight”: 1,
“alternativeKeys”: null
}],
“answerChoices”: [{
“id”: “A”,
“text”: “水浒传”,
“type”: “text”,
“image”: null
}, {
“id”: “B”,
“text”: “三国演义”,
“type”: “text”,
“image”: null
}, {
“id”: “C”,
“text”: “红楼梦”,
“type”: “text”,
“image”: null
}, {
“id”: “D”,
“text”: “西游记”,
“type”: “text”,
“image”: null
}, {
“id”: “E”,
“text”: “”,
“type”: “text”,
“image”: null
}, {
“id”: “F”,
“text”: “”,
“type”: “text”,
“image”: null
}],
“answerAutoGradingStrategy”: “AnswerChoiceMatchStrategy”,
“id”: “0dff10c2-644a-43e5-b620-e609af68c154”,
“createTime”: 1527647539452,
“lastUpdateTime”: 1527647539452,
“deleteTime”: null,
“appKey”: “c0cc57fee3f143fbbcdfa59d8ec6a0c2”,
“ownerIdentityProvider”: “yitong.com”,
“ownerUserId”: “20003”,
“urn”: “TM135”,
“contentType”: “x-question”,
“storage”: “https://yt-dev.oss-cn-hangzhou.aliyuncs.com/dev/media/c0cc57fee3f143fbbcdfa59d8ec6a0c2/x-question/2018/05/30/67bef033-b863-4959-88bb-3718615149f1/“,
“storageSize”: null,
“sortKey”: 2018053010321900000,
“name”: null,
“description”: null,
“score”: 1,
“index”: 4
},
“myROPId”: 51
}
1
* 公告 

{
“msgType”: “notice”,
“text”: “111”
}
1
* 同步信息  (topic1 + topic2)

{
“msgType”: “syncInfo”,
“layout”: {layout},
“position”: “right”,
“vod”: {
“url”: “https://yt-dev.oss-cn-hangzhou.aliyuncs.com/dev/media/c0cc57fee3f143fbbcdfa59d8ec6a0c2/video/2018/07/02/64bedf91-f9c0-47ec-af46-0ca8f948e9f7/37099c2e-c69e-463f-8723-5e77e858a829-640w.mp4“,
“currentTime”: 86.626327,
“state”: {state},
“volume”: 0.8
},
“wis”: {
“url”: “https://yt-dev.oss-cn-hangzhou.aliyuncs.com/dev/media/c0cc57fee3f143fbbcdfa59d8ec6a0c2/image/2018/07/18/1855213c-8ce0-47b6-aef3-f751bdce917d/049d6206-e6fc-4e45-9fc9-0dd762815187.jpg
},
“aod”: {
“url”: “https://yt-dev.oss-cn-hangzhou.aliyuncs.com/dev/media/c0cc57fee3f143fbbcdfa59d8ec6a0c2/audio/2018/05/10/1473656d-f5b3-4bed-a85d-42e0ab0f2c4c/a4affdf3-6494-4fbe-a58a-859f82564ced.mp3“,
“currentTime”: 1.966438,
“state”: {state},
“volume”: 0.5
},
“onMic”: “”,
“myROPId”: 88
}
1
* 踢人 (topic2)

{
“msgType”: “kickOut”
}
```


用markdown写文档
http://example.com/2018-07-25 用markdown写文档/
作者
csorz
发布于
2018年7月25日
许可协议